Function CSPODBCConnection::Disconnect()
Description:
Terminates the connection to the ODBC data source.
 |
Prototype:
bool Disconnect();
Arguments:
No arguments (void).
Return value:
If successful, it return true. Otherwise, it returns false.
See also:
member function Connect()
|
|