![]() |
![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| DelevopersObjectDatabase++ APIClose Table |
unsigned int CloseTable ( unsigned int tableID );
| tableID | The table ID defining the table's handle. |
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();
Copyright © 2003-2008, Ekky Software Pty. Ltd.