odbcquery.moveby
Move the cursor to a position relative to its current position.
method uint odbcquery.moveby (
int off
)
int off
)
Parameters
off | Indicates the number of records to move the cursor. If the number is negative, the cursor is moved backward. |
Return value
If the cursor has been moved, it returns nonzero.
Related links | Source |