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

Crystal 9 Upgrade Trouble With Logons

Status
Not open for further replies.

clydejones

Programmer
Jan 11, 2001
153
US
Hi all,

I have a bit of problem. We are upgrading to CR 9.0. Below is the code I used to logon to the CR 8.0 reports via ASP. All reports are connected by OLEDB(ADO) for SQL Server.

serverName = "serverName"
dbName = ""
userID = "userID"
password = "password"

This code worked for all reports whether or not the report had multiple datasources. Now that I've upgraded my reports, this code does not work for reports with multiple datasources. Our reports can use one or all of six datasources. I am searching for a tutorial, website or a kind soul on this forum to help me. Can anyone help me?


Thanks In Advance,
Clyde
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top