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

    Crystal "Public Database Not Found"

    I'm getting "Public Database Not Found" when I try to run a Crystal Report on a deployed VB package. I went to Seagate's website, found the bug and the proposed solutions, tried them all out, and still have the problem. Someone here earlier suggested adding P2SOLEDB.DLL to my deployment package, which I did. Still have the problem.

    My VB6 program is using MS Access 2000 DB and using Crystal Reports 8.0.0.393. This error is occurring on both Windows NT 4.0 and Windows ME machines.

    Anybody have any ideas how to fix this problem?

    TIA
    Dave


  2. #2
    Join Date
    Sep 2000
    Posts
    6

    Re: Crystal "Public Database Not Found"

    I discovered the problem. For everyone else's benefit, here's the solution:

    To run Crystal Reports 8 with Access 2000 (not sure if you need it for other versions of Access) the deployment package needs to have P2BDAO.DLL included (which it doesn't by default).


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