Subject Re: [firebird-support] Firebird on VB6
Author Elmar Haneke
> How about ODBC?

VB6 cannot connect to ODBC natively, it is accessed via DAO or ADO. At
least DAO can cause seriours problems by opening multiple connections
- beware of transaction isolation. There is no known reason that
accessing ODBC via ADO might be better than using an OLEDB driver for
Firebird.

Elmar