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!

Crystal Report in VB

Status
Not open for further replies.

Wallegator

Programmer
Jan 3, 2001
58
0
0
US
I have a VB 6 app that is attempting to launch Crystal Reports. It works fine on my local machine. When I package and deploy they are receiving "Physical Database not found." Datasource is SQL. It references my local SQL Server. How do I change the datasource for the clients machine to an SQL database on a network server?
 
Open the report and use the Database->Set Location to point to your server (machine) name, rather than just Local Server, they should both be listed, but if not, just type in your SQL Server name (probably your machine name).

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top