Gentee Programming Language > Documentation > Libraries Download documentation

odbcquery.moveby

Moves the cursor by the specified number of records relative to its current position in the result set.
 
uint odbcquery.moveby(
      int   off
)

Parameters

offIndicates 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.

See also

    Data Access Using ODBC


 Copyright © 2004-2006 Gentee Inc. All rights reserved.