ctsqlGetErrorMessage
Retrieve the last error’s message text.
Declaration
CTSQLCHAR* ctsqlGetErrorMessage(pCTSQLCONN hConn)
Description
ctsqlGetErrorMessage() retrieves the last error’s message text.
Return
ctsqlGetErrorMessage() returns a pointer to the last error’s message text, or NULL if the connection is not active.
See Also
ctsqlGetError()