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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating Database connections in Crystal 8.0 1

Status
Not open for further replies.

MarcusLeBlanc

Programmer
Feb 2, 2001
2
US
Does anyone know how to update database connections in all your reports that you develop locally and move them to another location, that hits another database, without having to reopen them, and reset the connection?
 
If you used ODBC connection then create a DSN with the same name on the "move to" machine. It should pick it.
 
Sounds like you are not launching reports from VB. In VB you could override the connection info. Ken Hamady
Crystal Reports Training and a
Quick Reference Guide to VB/Crystal
 
The problem that we have found is that even though we create the same DSN on the new machine, the original report still has the original server name in it when you view the Database connection properties. If we were using VB, we could change it, however, we are using the WCS from Crystal.

Any further suggestions would be great.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top