CODBCStmt.ColCaseSensitivemethod
Checks if the column is treated as case-sensitive for collations and comparisons.
Syntax
FUNCTION ColCaseSensitive (BYVAL ColNum AS SQLUSMALLINT) AS BOOLEAN
Parameters
| Name | Description | |
|---|---|---|
ColNum | Column number. |
Return value
TRUE or FALSE
Result code (GetLastResult)
SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_STILL_EXECUTING, SQL_ERROR, or SQL_INVALID_HANDLE.
Description
Returns SQL_TRUE if the column is treated as case-sensitive for collations and comparisons. Returns SQL_FALSE if the column is not treated as case-sensitive for collations and comparisons or is noncharacter.
Reference
- Include file
CODBCStmt.inc - Defined in AfxNova/COdbcStmt.inc:859
- Documented in Databases/ODBC Classes/CODBCStmt Class.md
- Topic: CODBCStmt Class