I have a crystal report based on Ado and SQL (select field1,field2 from table1).
In my VB program I am using RDC and creating ado recordset on the fly (ex select field1,field2 from table1 where field1=3) and passing this recordset to crystal report. Report does not show the new recordset. it shows the old
recordset
In my VB program I am using RDC and creating ado recordset on the fly (ex select field1,field2 from table1 where field1=3) and passing this recordset to crystal report. Report does not show the new recordset. it shows the old
recordset