A new function was added to clear the error information returned by ctsqlGetError() and ctsqlGetErrorMessage():
ctsqlClearError
Declaration
void ctsqlClearError(pCTSQLCONN hConn)
Description
Clears the error information returned by ctsqlGetError() and ctsqlGetErrorMessage().
Return
Void.
See Also