The Identifier Case Sensitivity property indicates how identifiers treat case in data definition commands or interfaces.
object.Properties("Identifier Case Sensitivity")
object
Expression that evaluates to an object in the Applies To list.
One of the following settings:
Constant | Description |
---|---|
DBPROPVAL_IC_UPPER | Identifiers in SQL are case-insensitive and are stored in uppercase. |
DBPROPVAL_IC_LOWER | Identifiers in SQL are case-insensitive and are stored in lowercase. |
DBPROPVAL_IC_SENSITIVE | Identifiers in SQL are case-sensitive and are stored in mixed case. |
DBPROPVAL_IC_MIXED | Identifiers in SQL are case-insensitive and are stored in mixed case. |
adInteger
Read-only
DBPROP_IDENTIFIERCASE