Specifies the name of the database you want to connect to.
ADO.NET
SNC SQL Native Client for Microsoft SQL Server
DataBase='database_name'
None
To connect to the database “mydb”:
Database profile Enter mydb
in the Database
box on the Connection page in the Database Profile Setup dialog
box.
Application Type the following in code:
SQLCA.DBParm="Database='mydb'"