DefaultNoCase property |
Applies to
TIB_Connection
Declaration
Property DefaultNoCase : boolean;
Description
This property can be used to have all string/text fields default to being
used as though field=NOCASE was specified in the column attributes. The
default can be overridden in the column attributes by the use of field=YESCASE.
IMPORTANT: You must still specify field=NOCASE=dupfield in the column
attributes if a special uppercase duplicate field exists for the column.