I have several reports that I want to make available from web (ASP) pages and a VB application. The reports are designed using the Active Data driver and CR version 8.0.
During report creation, I specified an ADO ODBC data source and a SQL query string. I was unaware that this SQL query is not the SQLQueryString used by the RDC (for the Active Data driver anyway.)
Is there any way to programmatically access that SQL string in the report so that I can open my own ADO recordset using a modified version string?
Bill