Example of ODBC Settings for Microsoft SQL Server

The following example illustrates how you might edit odbc.ini to connect to a data source database, such as sqldata, on Microsoft SQL Server 2005 (on HP-UX), using a vendor-supplied ODBC driver.

[ODBC Data Sources]
sqldata=sql server on mssqlhost

...

[sqldata]
Driver=<$EPM_ORACLE_HOME>/common/ODBC/Merant/6.0/lib/ARsqls24.so
Database=SQLDB
Address=mssqlhost,1433
EnableQuotedIdentifiers=1