Hi

We have an odbc driver that we wrote. This is actually a shared object which implements a set of SQLxxx functions.
There is also another shared object that we did not write, which is the odbc driver manager. The odbc driver manager implements the same set of functions.
An application that invokes odbc calls (i.e. calls to SQLxxx functions) is dynamically linked to the odbc driver manager.
The odbc driver manager...