Thanks in advance for your help,
I am trying to use an ADODB.recordset (v2.5) as the datasource for a Crystal Reports (v6.0.1.151) report that was created using an Active Data (Field Definition) file.
I am setting the datasource within a Visual Basic 6 application using cpeaut32.dll(v1.0.0.10) SetPrivateData(3, rs) function.
I am not receiving any errors and the report is picking up the right number of records from the recordset.
** However, the fields on the report are not being filled with the data provided by the recordset, they only show the sample data provided for each record Ugggh.
** If I use a RDO.resultset every thing works fine, but I am keen to use ADO because the rest of my application uses ADO.
It has taken me a while just to get this far so any help would be appreciated.
Regards,
Tonia
I am trying to use an ADODB.recordset (v2.5) as the datasource for a Crystal Reports (v6.0.1.151) report that was created using an Active Data (Field Definition) file.
I am setting the datasource within a Visual Basic 6 application using cpeaut32.dll(v1.0.0.10) SetPrivateData(3, rs) function.
I am not receiving any errors and the report is picking up the right number of records from the recordset.
** However, the fields on the report are not being filled with the data provided by the recordset, they only show the sample data provided for each record Ugggh.
** If I use a RDO.resultset every thing works fine, but I am keen to use ADO because the rest of my application uses ADO.
It has taken me a while just to get this far so any help would be appreciated.
Regards,
Tonia