dbCanRestart property (ILEADRasterODBC)
|
BOOL dbCanRestart | |
|
Overview |
Refer to Managing Images in a Database |
Remarks
Indicates whether it is possible to rebuild the recordset from the database.
|
Value |
Description |
|
TRUE |
You can use the dbRequery method to refresh the recordset. |
|
FALSE |
The data source does not support the dbRequery method. |
See Also