Click to See Complete Forum and Search --> : VbaJet32.DLL init failed


August 2nd, 1999, 04:12 AM
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
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.