By default Easysoft ODBC-ODBC Bridge uses metadata blockfetchmode, which speeds up the retrieval of metadata result sets. Some ODBC drivers do not work properly with metadata blockfetchmode, which binds the columns in the result set and sets the row array size. The symptom is usually that you see the first two tables/columns and then every 10th table/column, and all the others are missing. If you suspect you are having this problem, disable metadata blockfetchmode in your DSN by either:
-Or
-Or
At present, we have only had this reported for the tickets.com ODBC driver and Neon Systems Shadow Connect driver for DB2.
This attribute is only available in ODBC-ODBC Bridge 1.0.0.13 onwards.
In versions prior to 1.0.0.13, you can do one of the following:
{Settings} Flags = 0x8
to the top of an odbc.ini file in the current working directory of your application.
HKEY_LOCAL_MACHINE\SOFTWARE\EASYSOFT ODBC-ODBC BRIDGE\CONFIGURATION\SYSTEM\SETTINGS\FLAGS