Function CSPODBCConnection::IsConnected()
Description:
Determines whether the connection object is connected to a datasource or not.
 |
Prototype:
bool IsConnected() const;
Arguments:
No arguments (void).
Return value:
If the object is connected it returns true. Otherwise, it returns false.
See also:
member functions Connect(), Disconnect()
|
|