clydejones
Programmer
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
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