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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing an ADO Record set in Crystal

Status
Not open for further replies.

LeonelSanchezJr

Programmer
Jan 26, 2001
522
US
I have an ADO Recordset that I need to use in Crystal.

Example:
D:\temp\testado.rs

how can I bring that into Crystal 8.0 and use the fields?


 
You can't point to the temp file (that I know of). You can pass it from memory in the VB app at runtime using specific commands depending on how you are launching the report.

You also have to use the Active Data driver to create the report in the first place, or else VB won't be able to pass it a recordset.

I would start by searching the Seagate KB for info on using active data(See the FAQ).
Ken Hamady
Crystal Reports Training and a
Quick Reference Guide to VB/Crystal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top