Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » MobiLink - Server Administration » MobiLink reference » ODBC drivers for MobiLink » SQL Anywhere 16 - Oracle ODBC driver

 

DBDSN configuration

To create an Oracle DSN with the dbdsn utility, use the following syntax:

dbdsn -w data-source-name -or -c configuration-options

The configuration-options are described in SQL Anywhere 16 - Oracle ODBC driver.

For example:

dbdsn -w MyOracleDSN -or -pe -c "Userid=dba;Password=sql;ServiceName=abcd;ArraySize=100000;ProcResults=y;enableMSDIC=n"

See Data Source utility (dbdsn).

 See also