Alter connection

fscsantos

Member
Joined
Aug 2, 2005
Messages
15
Programming Experience
Beginner
Hi,
My question is, in the connection string I created in crystal (database expert), there is both a place for the server name,userID, password, and database. This is fine for in house development, but this will not fly when deployment comes.
Each sub report has an ADO connection string that I will need to
alter, come time for deployment. The server name, password, and user
name will need to be changed to match the production environment. What
is the best way to handle this?
 
Back
Top