I have successfully passed userid and password for my SQL Server logon through a script, but I'm not able to get this to work.
I called Seagate but they were very little help, though very courteous.
This is my current attempt:
===
Set session("ParamCollection") =...
I have been attempting to use an ADO connection, supplying the password and then calling the report. However, it seems that I must open a recordset to connect the report to. However, I can't open a recordset, because I don't know what the SQL statement will be.
Any further suggestions?
Thank...
Using Preservesinglequotes is the right answer. I was running into the same problem. I tried replace and rereplace, (replacing with quotes or 2 apostrophes)but that makes the situation worse when there is a single quote.
e.g. paul's becomes paul"s or paul''s.
I only had to change one(1) thing to get this to work.
I placed single quotes around the variable in the WHERE clause.
Oracle griped until I did that.
What was your error?
I like your technique of creating the hidden fields and dynamically populating the name based upon the currentrow. In...
I am using CR Dev edition. I have a group of existant, highly comlex reports from an exec. I have placed the reports on a NT/IIS website without a problem. However, I would like to be able to send login (for the datasource) so that my users don't have to.
I'm already using Basic login w/SSL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.