~CODBPP
Standard destructor.~CODBPP ( );
Parameters
void |
Return Values
If the method succeeds, the return value is zero else see error codes for more details.Remarks
Example Use
- C++
#include "ODBPP.h" int wmain(int argc, wchar_t* argv[]) { CODBPP *database = new CODBPP(); ... delete database; return NO_ERROR; }
Also See
CODBPPListen All
Comments (0)