Group: Extensible Storage Engine (ESE, Jet Blue) - Library: esent
Extensible Storage Engine class library
JET_ERR JET_API JetDeleteTable(
__in JET_SESID sesid,
__in JET_DBID dbid,
__in const tchar* szTableName
);
DECLARE INTEGER JetDeleteTable IN esent;
INTEGER sesid,;
INTEGER dbid,;
STRING szTableName
sesid The database session context to use for the API call.
dbid The database identifier to use for the API call.
szTableName The name of the table to delete.
Returns the JET_ERR datatype with a predefined return code.
See also: JetCloseTable.