dbCanScroll property (ILEADRasterODBC)
BOOL dbCanScroll | |
Overview |
Refer to Managing Images in a Database |
Remarks
Indicates whether the data source supports the dbMove... methods, which let you scroll through the recordset.
Value |
Description |
TRUE |
You can use the dbMove.methods. |
FALSE |
The data source does not support all of the dbMove... methods, although it should support forward scrolling, as in the (dbMoveNext method). |
See Also