Click to See Complete Forum and Search --> : VBAJET.dll and VBAJET32.dll ( Error 3447 )


April 12th, 1999, 06:36 AM
Hello all,

An application of my is using DAO 3.5. It has been running for a few
months now.

Recently I am getting the Error 3447 as follows:


The Jet VBA file (VBAJET.dll for 16-bit versions, or VBAJET32.dll for 32-bit
versions) failed to initialize when called. Try reinstalling the application
that returned the error. (Error 3447)


I don't understand why this is occurring now and the reason for it. My
application is not calling
any functions in these dlls.


Any help will be appreciated.

Thank you.

David

April 15th, 1999, 04:30 PM
I have the exact same problem. In debug mode, I found that it occurs when createing a new database object: ie:

CDaoDatabase *pDatabase;
pDatabase = new CDaoDatabase;

As far as I can tell, I made no changes to the program other than checking in all modified files to CS_RCS and then rebuilding the program. The program works fine on other computers.

I sure would appreciate any help.
Dave Peteersen
davep@lardav.com