Why don't I get a list of all the tables and columns in a database when using the ODBC-ODBC Bridge?

By default, the Easysoft ODBC-ODBC Bridge uses metadata blockfetch mode, which speeds up the retrieval of metadata result sets. Some ODBC drivers don't work properly with metadata blockfetch mode. The symptom is usually that you get the first two tables or columns and then every tenth table or column. All the others are missing. If you suspect you are having this problem, turn off metadata blockfetch mode in your data source:

This issue affects the tickets.com ODBC driver and the Neon Systems Shadow Connect driver for DB2.

MetaDataBlockFetch=0 is available in ODBC-ODBC Bridge 1.0.0.13 and later.

In earlier versions, you can do one of the following: