#define DB_ENOTFOUND   (_dbstatus_t)-101

Not found.

When attempting to modify a schema object, DB_ENOTFOUND indicates that the schema object could not be found. This error also occurs when attempting to fetch data from a cursor that is not positioned on any row, and when a seek operation yields no result.


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