Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Unable to initialize DAO/Jet db engine

508 views
Skip to first unread message

Andrew Sage

unread,
Aug 24, 1998, 3:00:00 AM8/24/98
to
Can some one help me please?

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


Ronan

unread,
Aug 24, 1998, 3:00:00 AM8/24/98
to
Sounds to me like you don't have all the right DLLs

Joku

unread,
Aug 24, 1998, 3:00:00 AM8/24/98
to
Try to check your ODBC drivers if MS Access Database Jet Engine is there
(Control Panel/ODBC 32).

Andrew Sage wrote in message <35e12...@news.ifb.net>...

Czieler

unread,
Aug 25, 1998, 3:00:00 AM8/25/98
to
On your visual c cd... there is a directory called Redist. In there there is a
subdirectory called dao....run that on the computer you are having problems
with....it will install the Microsoft Jet 3.5 on the computer you are having
problems with.

Hope that helps

Holger Vocke

unread,
Aug 26, 1998, 3:00:00 AM8/26/98
to
To make sure, DAO is correctly and completely installed on the target
machine, use Microsoft's Data Access Objects distribution DATAACC.EXE which
you can find on one of the MSDN CDs (it should be Disc 1 "...ODBC Drivers"
of "Development Platform - INTL").
0 new messages