global changes for crystal reports connection strings

  • Thread starter Thread starter Bernie Yaeger
  • Start date Start date
B

Bernie Yaeger

I have developed numerous reports in an app (Windows Database App) that is
soon to go into production. When I built each report, CR connected to sql
server on my development platform. The connection string is different than
it will be at my client.

How can I change the connection string so that it recognizes my client's
server instead of mine for each of these reports?

Thanks for any help.

Bernie Yaeger
 
Bernie Yaeger said:
I have developed numerous reports in an app (Windows Database App)
that is soon to go into production. When I built each report, CR
connected to sql server on my development platform. The connection
string is different than it will be at my client.

How can I change the connection string so that it recognizes my
client's server instead of mine for each of these reports?


http://msdn.microsoft.com/library/en-us/crystlmn/html/crtskaccessingsecuredatabases.asp


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
Hi Armin,

Tx - the article you quote puts me in the right direction - thanks.

Bernie
 
Back
Top