Specifies whether the new database should be case sensitive when comparing string values.
Public Property CaseSensitive As Boolean
public bool CaseSensitive {get;set;}
True if the database should be case sensitive, false if the database should be case insensitive. The default is false.
CaseSensitive only affects how string data is compared and sorted. Database identifiers such as table names, column names, index names, and connection user IDs are always case insensitive. Connection passwords and database encryption keys are always case sensitive.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |