clydejones
Programmer
Hi All,
We are upgrading from Crystal 8.0 Developer edition to Crystal 9.0 (not sure which edition to get (Developer or Advanced)). I'm presently testing with the Advanced edition. Here's the problem. I can't change the server name of the reports in the ASP that makes the connection to the databases of the report. Here's what I'm trying to do in an ASP page:
serverName = "serverName"
dbName = "dbName"
userID = "UserID"
password = "password"
set dbLogon = session("oRpt".Database.Tables.Item(1)
dbLogon.SetLogonInfo cStr(serverName), CStr(dbName), CStr(userID), Cstr(password)
If I physically go and set the location to the correct serverName, everything works fine. Problem with that is there are hundreds of reports. Does anyone have the answer or a suggestion? Help a dude out. Oh yeah, I've downloaded and installed the cr90dbexwin_en hot fix. No changes.
Thanks,
Clyde
We are upgrading from Crystal 8.0 Developer edition to Crystal 9.0 (not sure which edition to get (Developer or Advanced)). I'm presently testing with the Advanced edition. Here's the problem. I can't change the server name of the reports in the ASP that makes the connection to the databases of the report. Here's what I'm trying to do in an ASP page:
serverName = "serverName"
dbName = "dbName"
userID = "UserID"
password = "password"
set dbLogon = session("oRpt".Database.Tables.Item(1)
dbLogon.SetLogonInfo cStr(serverName), CStr(dbName), CStr(userID), Cstr(password)
If I physically go and set the location to the correct serverName, everything works fine. Problem with that is there are hundreds of reports. Does anyone have the answer or a suggestion? Help a dude out. Oh yeah, I've downloaded and installed the cr90dbexwin_en hot fix. No changes.
Thanks,
Clyde