Collection Contents Index Connecting from ADO Next PDF

SQL Anywhere® Server - Database Administration  > Connecting to a Database

Connection parameter tips


Connection parameters often provide more than one way of accomplishing a given task. This is particularly the case with embedded databases, where the connection string starts a database server. For example, if your connection string starts a database, you can specify the database name using the DatabaseName (DBN) connection parameter or using the DatabaseSwitches (DBS) parameter. The Database Name (DBN) connection parameter is recommended.

Here are some recommendations and notes for situations where connection parameters conflict:

Notes about connection parameters
See also

Collection Contents Index Connecting from ADO Next PDF