int db_is_browsable ( db_cursor_t  hcursor  ) 

Determine if cursor can be iterated to fetch data in rows with db_fetch.

SQL insert, update, and delete cursors are not browsable. Table cursors and SQL select cursors are browsable.

Parameters:
cursor An cursor.
Returns:
True if cursor is open and browsable.
See also:
db_fetch, db_seek_first, db_seek_next


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