Обсуждение: Debugging of ODBC Dlls on win32 - how ?

Поиск
Список
Период
Сортировка

Debugging of ODBC Dlls on win32 - how ?

От
Bradley Schatz
Дата:
Hi,
I am currently adding fuller metadata support to the jdbc drivers, and
am finding the odbc source to be of great assistance. I would like to
also investigate the dynamic behavior of the odbc drivers, and as such
have been attempting to compile and set breakpoints in the dll.

I'm new to windows dll degugging, so might someone please direct me how
to debug the following scenario?

I create a database in acess that uses jet to access the postgresql db
via odbc.

How do I set breakpoints in the dll and then have them catch when the
dll (via access) is executed.

thank-you for any hints

Bradley Schatz