Reads the specified row in the row buffer.
STATUS dbgetrow (
PDBPROCESS dbproc,
DBINT row );
One of four different types of values:
The dbgetrow function sets the current row to a specific row and reads it. This function only works if the DBBUFFER option is on. Any specified binding of row data to program variables takes effect.
When buffering is not turned on, generally each row is processed in turn by repeatedly calling dbnextrow until it returns NO_MORE_ROWS. When buffering is turned on, dbgetrow allows the user to jump to any row that has already been read using dbnextrow and is still in the row buffer. Calls to dbnextrow after a dbgetrow call return rows in order, following the row read by dbgetrow.
Bulk-Copy Functions | DB-Library Options |
dbbind | dbnextrow |
dbclrbuf |