Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Connection

Status
Not open for further replies.

LucyColey

Programmer
Apr 30, 2001
34
0
0
US
We're trying to pull a report from VB and we're getting an error that says that the physical database is not found. We are using a SQL database and I can run the report locally from my machine directly through Crystal, but it prompts me for the password. If we run the report with the NT Integrated Security through the VB app, it will return records, but we can't use that connection method when we place this into production.
 
Lucy,

This is a pretty common error; you can find a great deal of info/advice on this site if you search for those error key-words.

However, it could be as simple as not including all the necessary dll's with your implementation. You should be including the P2SODBC.DLL (or the native P2 sql server file)if your database is SQL. Also include the P2SMON.DLL.

These must be on whatever machine is trying to access the database.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top