|
-
August 2nd, 1999, 04:12 AM
#1
VbaJet32.DLL init failed
I´ve written an app which uses DAO for accessing a MDB DB file.
When a use the VB5 Installationwizard for building a setup-app and install
this on the target computer, I get a VbaJet32.DLL failure when my app
calls SET MYDB = DBEngine.Workspace...
Can anyone help me? It´s urgent ! Thanks.
-
May 12th, 2000, 04:22 AM
#2
Re: VbaJet32.DLL init failed
Yeah! I had got the same problem.
The program breaks because when it call to this library the system needs a complementary library called "EXPSRV.DLL". VBAJET32 calls to functions and process in EXPSRV.DLL.
The solution is very easy: when you make the setup files with the wizard (I suppose) you only include this library (EXPSRV.DLL) in the system folder and your application works corectly.
For more information you can searh in the MSDN - article Q192934.
Good luck! Regard.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|