I've writen a program to access an Access database using DAO.
It works fine on the development machines - Windows 95, Windows NT - and it
works fine on a non development machine (ie VC++ 5.0 and DAO SDK never
installed) - a Windows 95 laptop.
The problem is I get the following error:
'Unable to initialize DAO/Jet db engine'
when the program runs on another Windows 95 machine.
The code I'm using is as follows:
CDaoDatabase m_daoDB;
m_daoDB.Open(m_pDoc->GetDataCore());
I've just discovered this problem with 2 days to go until beta release, so
I'm needing help real soon
Thanks,
Andrew
Andrew Sage wrote in message <35e12...@news.ifb.net>...
Hope that helps