Configure an ODBC data source
Use this information to configure an ODBC data source.
It is strongly recommended that you reference the Connection string keywords topic before manually configuring connection options.
Use the following steps to add connection options to the odbc.ini
file:
[DSN]
Description = Example DSN
Driver = IBM i Access ODBC Driver
System = HostName
Note:
- Do not add multiple entries for the same connection option to the same section for a specific data source. This can lead to unpredictable behavior.
- Options specified by the application in the connection string override any options specified in
the
odbc.ini
file.