Gets a boolean values that indicates whether long connection parameter names are used in the connection string.
Visual Basic Public Function GetUseLongNameAsKeyword() As Boolean
C# public bool GetUseLongNameAsKeyword();
True if long connection parameter names are used to build connection strings; otherwise, false.
SQL Anywhere connection parameters have both long and short forms of their names. For example, to specify the name of an ODBC data source in your connection string, you can use either of the following values: DataSourceName or DSN. By default, long connection parameter names are used to build connection strings.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |