CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    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.


  2. #2
    Guest

    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
  •  





Click Here to Expand Forum to Full Width

Featured