Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am trying to populate a crystal report (vs.net 2003) with a dataset that i am dynamically creating and populating with the results from an oracle stored procedure.

 

So far i can create the Crystal report but only by using the Report Expert, this only lets me select tables and fields with which to populate the report and not a stored procedure (which i believe is the case with a mssql db). So the report always shows all records for the linked tables' fields that i wish to present.

 

In my app I create and populate a database from a complex stored proc that is based on many parameters. I would ideally like to use the data in this dataset to populate my report.

 

I've been searching all day for something to help with this but can't find anything.

 

Any help VERY much appreciated!

 

Cheers,

 

Dan

Posted

Had to fudge it by creating a dataset at design time that was the same scheme as the results returned from my query.

 

If anyone knows of a better way then please let me know.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...