DSN migration tool examples

The DSN migration tool examples illustrate various DSNs migrated to the Informix® ODBC Driver.

In the following example a DSN named Test1 migrates to HCL Informix ODBC DRIVER, and a DSN named Test2 migrates to HCL Informix ODBC DRIVER. Both DSNs are restricted to the user who created them.
   [User DSN]      
   Test1=HCL Informix ODBC DRIVER       
   Test2=HCL Informix ODBC DRIVER
In the second example a DSN named Test3 migrates to HCL 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=HCL Informix ODBC DRIVER      
   Test4=restore 
In the third example, two file DSNs named test5.dsn and test6.dsn migrate to HCL Informix ODBC DRIVER.
   [File DSN]      
   C:\Program Files\ODBC\Data Sources\test5.dsn=HCL Informix ODBC DRIVER
   C:\Program Files\ODBC\Data Sources\test6.dsn=IHCL Informix ODBC DRIVER