Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ado Sql Help

Status
Not open for further replies.

suman123

Programmer
Mar 6, 2002
4
US
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


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top