Looking for the best way to get a report written for an app. I'm running VB6 that connects to SQLserver7 using a 3-tier approach. I am only given recordsets to pass to a crystal reports report.
I just want to find a way to start out, by creating a very simple report (say, a list of VendorID, VendorName, Phone Number) and pass it a recordset to produce the output. Then have it integrate into VB.
The user's manual doesn't seem to touch on passing a recordset to a report. Where can I learn how to do this? I've seen the examples but they don't use ADODB.Recordsets, they use ADODB.command. But all I get from my middle tier is an ado recordset object -- is this still possible?? I can't use the data environment, it has to go thru my middle tier.
ANY help would be appreciated!!! I'm feeling lost and so danged short on time.
Thanks!
I just want to find a way to start out, by creating a very simple report (say, a list of VendorID, VendorName, Phone Number) and pass it a recordset to produce the output. Then have it integrate into VB.
The user's manual doesn't seem to touch on passing a recordset to a report. Where can I learn how to do this? I've seen the examples but they don't use ADODB.Recordsets, they use ADODB.command. But all I get from my middle tier is an ado recordset object -- is this still possible?? I can't use the data environment, it has to go thru my middle tier.
ANY help would be appreciated!!! I'm feeling lost and so danged short on time.
Thanks!