Prior to this revision, a call to ctsqlGetChar(), or other similar functions for other data types, would fail with SQL_ERR_BADARG if the column value was a SQL NULL. These functions now return CTSQL_NULLRESULT if the data value is a SQL NULL. This change affects the following functions:
It does not apply to ctsqlGetBinary or ctsqlGetBlob.
Note: This modification is a Compatibility Change.