Checks whether the database is case sensitive.
Visual Basic Public Readonly Property IsCaseSensitive As Boolean
C# public bool IsCaseSensitive { get;}
True if the database is case sensitive, and false if the database is case insensitive.
Database case sensitivity affects how indexes on tables and result sets are sorted. Case sensitivity also affects how ULConnectionParms.UserID and ULConnectionParms.Password are verified.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |