kellington
MIS
It appears that RAS does not support the CR9 "trusted" connection type and that the ASP code would have to do the work of creating a connection, retrieving the recordset and passing the recordset to the report for display.
All of the examples folks have kindly posted include a username & password. This is not trusted. The ASP code would have to use the IIS connection information to create the connection. And probably read the report file to determine what the source was supposed to be to create the record set (?).
Does anyone have sample code for this?
Is there a way to handle parameters dynamically?
Looking for help
All of the examples folks have kindly posted include a username & password. This is not trusted. The ASP code would have to use the IIS connection information to create the connection. And probably read the report file to determine what the source was supposed to be to create the record set (?).
Does anyone have sample code for this?
Is there a way to handle parameters dynamically?
Looking for help