db_result_t db_seek ( db_cursor_t  hcursor,
db_seek_t  seek,
db_row_t  hrow,
db_object_t  uobject,
db_fieldno_t  nfields 
)

Search for a row matching the criteria given in the row hrow.

The cursor is positioned on the first table row that is in the relationship seek to the data in hrow.

Parameters:
hcursor Cursor handle.
seek 
hrow Row of search values.
uobject Row data for relative bindings. Use NULL if hrow does not contain relative bindings.
nfields The first nfields fields in the cursor's index will be used to find a match.
Returns:
On failure, one of the following error codes is set:

See also:
db_seek_next, db_seek_first, db_seek_prior,
get_db_error, clear_db_error, Error Handling


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