Collection Contents Previous Next PDF

ASA Database Administration Guide

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 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:

For a list of connection parameters, see Connection Parameters and Network Protocol Options.

For character set issues in connection strings, see Connection strings and character sets.

Notes about connection parameters 

Collection Contents Previous Next PDF