CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    4

    VC++ and MSAccess

    I did an application using VC++ and MSaccess(O.S windows'95).I was ported that to other computers.When i want to retrive data from the application it is saying VBAJET32.dll is failed to initialized when it is calling. Any help!!

    Scintist,NRSA

  2. #2
    Guest

    Re: VC++ and MSAccess

    you have to install Microsoft Jet database engine on that machine, that means you have to distribute DAO dlls. You can you DAO installation from microsft. It shipts with visual studio's distributable files.

    mahesh


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