ODBC and DB2 Driver
Driver Name(s):
- odbc (for Microsoft Windows, iODBC, or UnixODBC)
- db2 (for direct DB2 connectivity)
- db2pase (for direct DB2 connectivity on OS/400 PASE)
Driver Connection String Options:
- dsn: Required. Data Source Name
- mysql_engine: Optional. Used during table creation when the destination database is MySQL, defaults to INNODB. The default data storage engine to use with mysql. Typically it is recommended to leave this at the default.
- mysql_charset: Optional. Used during table creation when the destination database is MySQL, defaults to utf8mb4.