I have an existing VB Application that utilizes Crystal 8.0 RDC reporting (DSR files). The application creates ADO recordsets and passes the recordsets to the report object at runtime.
I am now trying to deploy the same reports over the web.
I would like to create a VB DLL to house the DSR files. Within the DLL I would create the report object and set the datasource = to the ADO Recordset. I would then like to pass the report object to ASP. So far I haven't found a way to integrate my COM based DSRs and ASP. Does anyone know how to get this to work?
I am now trying to deploy the same reports over the web.
I would like to create a VB DLL to house the DSR files. Within the DLL I would create the report object and set the datasource = to the ADO Recordset. I would then like to pass the report object to ASP. So far I haven't found a way to integrate my COM based DSRs and ASP. Does anyone know how to get this to work?