To specify a connection string in the Connect window, choose the Connect with a connection string option. This option is useful if you have an ODBC data source and you want to specify additional or different parameters when you connect.
Prérequis
The connection string in this procedure uses the DSN connection parameter to connect to the SQL Anywhere 16 Demo data source. This data source is configured to start the database server and database if they are not already running. If your ODBC data source is not configured to start the database and database server, then you need to start them. For example, run the following command to start the sample database:
dbsrv16 -n SampleServer "%SQLANYSAMP16%\demo.db" |
Contexte et remarques
If a connection string and an ODBC data source both specify the same connection parameter, the value from the connection string is used and the value from the data source is ignored.
In Sybase Central or Interactive SQL, open the Connect window.
Complete the following fields to connect to the database:
In the Authentication dropdown list, click Database.
In the User ID field, type a user name.
In the Password field, type a password for the user.
In the Action dropdown list, click Connect with a connection string.
In the Parameters field, type connection parameters in a semicolon delimited list of parameter=value pairs. For example:
DSN=SQL Anywhere 16 Demo;ServerName=SampleServer |
The database server and the database starts and Interactive SQL connects to the database. The database server is named SampleServer.
Since a computer system can run multiple SQL Anywhere database servers, always specify the database server name (ServerName=server-name) when connecting to a database.
Click Connect.
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |