CloseTable

CloseTable closes a previously opened table.
unsigned int CloseTable (
   unsigned int tableID
);

Parameters

tableID The table ID defining the table's handle.

Return Values

If the method succeeds, the return value is zero else see error codes for more details.

Remarks

Example Use
CODBPP database;
char16_t *message;
if(database.BeginTransaction() == NO_ERROR{
   if((error = database.OpenTable(1)) == NO_ERROR){
      ...
   }
   if(error && database.GetErrorMessage(&message) == NO_ERROR)
      MessageBox(message);
   database.CloseTable(1);
}
else{
   if(database.GetErrorMessage(&message) == NO_ERROR) MessageBox(message);
}
database.EndTransaction();

Also See

AddTable, CreateTable, OpenTable, RemoveTable
 

Contact Ekky Software

All around the world Ekky Software is contactable seven days of the week by submitting the following details.

Thank you for your time and interest.
Ekky Software Customer Support Team.

Ekky Software Product Range
Ekky Software Homepage Texas Business Software ObjectDatabase++ TScript Ekky Software Homepage Texas Business Software ObjectDatabase++ TScript