I'm taking a look at what is involved in moving some of our programs from win32 to full win64
One of the stumbling blocks I have come across is that DAO (Data Access Objects) are not supported
From afxdao.h :
#ifdef _WIN64
#error DAO Database classes are not supported for Win64 platforms
#endif
We use dao to export some of our data to access format
So what is the recommended win64 way to do this ?
Thankx again
Jim