int db_bof ( db_cursor_t  hcursor  ) 

Check whether the cursor has passed the beginning of the table.

Parameters:
hcursor Cursor handle.
Returns:
  • (1) Cursor has moved past the beginning of the table.
  • (0) Cursor has not moved past the beginning of the table.
  • (-1) Invalid cursor handle.
On failure, one of the following error codes is set:

See also:
db_eof, db_seek_prior,
get_db_error, clear_db_error, Error Handling


Copyright © 2005-2008 ITTIA®. All rights reserved.