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