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 named “sqldata” on Microsoft SQL Server 2005 (on HP-UX), using a DataDirect Wire Protocol driver.

[ODBC Data Sources]
sqldata=DataDirect 6.1 SQL Server Wire Protocol

...

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