SynopsisReturn the Table Identifier corresponding to the given table name. Prototype#include "emfdb.h" int dbGetTableId(int did, char_t * tname); Parameters did - Database Identifier DescriptionThe database module defines the table identifier internally. Return ValuedbGetTableId returns the table id if successful, or -1 if not found. Exampleint tableID = dbGetTableId(0, T("USERS")); See Also |