tags:

views:

35

answers:

0

We are creating an x64 build of our Win32 app and I have to make our ODBC imports work. I have been searching the web but i can't seem to find any good information on what has changed and what is the best way to handle ODBC in a 64 bit app.
Our current code uses classes that no longer exist like CDaoDatabase and CDaoTableDef.

Can anyone recommend some really good websites and/or books or offer advice from your own experience that will help me with this work?

Thanks