DSN migration tool examples
The DSN migration tool examples illustrate various DSNs migrated to the HCL OneDB™ ODBC Driver.
In the following example a DSN named Test1 migrates
to
IBM INFORMIX ODBC DRIVER
, and a DSN named Test2 migrates
to IBM INFORMIX ODBC DRIVER
. Both DSNs are restricted
to the user who created them. [User DSN]
Test1=IBM INFORMIX ODBC DRIVER
Test2=IBM INFORMIX ODBC DRIVER
In the second example a DSN named Test3 migrates
to
IBM INFORMIX ODBC DRIVER
, and a DSN named Test4 migrates
to its original DSN. Both DSNs can be used by all users of the system.
The user who migrates these system DSNs must have permission to modify
ODBC system DSN registry entries. [System DSN]
Test3=IBM INFORMIX ODBC DRIVER
Test4=restore
In the third example, two file DSNs named test5.dsn and test6.dsn migrate
to
IBM INFORMIX ODBC DRIVER
. [File DSN]
C:\Program Files\ODBC\Data Sources\test5.dsn=IBM INFORMIX ODBC DRIVER
C:\Program Files\ODBC\Data Sources\test6.dsn=IIBM INFORMIX ODBC DRIVER