Function CSPODBCRecordset::Disconnect()
Description:
Disconnects the recordset object from the ODBC data source.
 |
Prototype:
bool Disconnect();
Arguments:
No arguments (void).
Return value:
If successful, it returns true. Otherwise, it returns false.
Remarks:
This works only if this object is not bound to an external connection object. If this object is bound to an external connection use the member function CSPODBCConnection::Disconnect()
See also:
member function Connect() class CSPODBCConnection
|
|