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

Data returned from an SQL Strd Prcdr to a Crystal Rpt in an ASP page

Status
Not open for further replies.

theodore79

Programmer
Joined
Oct 18, 2004
Messages
3
Location
US
Hello.

I am new to creating crystal reports, regardless of the version, using ASP pages. I have an asp page that accepts parameters inputted or selected from a form and submits them to a stored procedure which queries my SQL table(s). I am able to dump the results of this stored procedure, field names and data, to a text file without any problem.

How do I publish those results to a crystal report? Is this a complicated process?

Your help would be greatly appreciated.

Thanks! :-)
 
Try:


Search for the ADOrecordset example.

You may be unfamiliar with Crystal, regardless of the version, but how one implements is contingent upon this, as with almost any software project, so please at least post your software version.

-k
 
I have Crystal Reports 9. I downloaded the zip file you directed me to and am looking at it's contents. If I have any questions, I will display them in this thread.

Thanks!
 
This has helped me tremendously! I am currently researching what a ttx file is and how to generate one 'on the fly' from the results of the dataset returned by my stored procedure.

Any tips? Things to look out for?

Thank You!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top