ctsqlGetDatabase
Retrieve the current database name.
Declaration
CTSQLCHAR* ctsqlGetDatabase(pCTSQLCONN hConn)
Description
ctsqlGetDatabase() retrieves the current database name.
Return
ctsqlGetDatabase() returns a pointer to the current database name, or NULL if neither a database name is available, nor the connection handle is valid.
See Also
ctsqlConnect(), ctsqlGetUserName()