0
Reply

using/calling/executing oracle packages/stored procedures in crystal reports without the use of .net

ratna

ratna

Aug 20 2008 2:13 PM
4.9k

I have an oracle form which implements inserts,selects,deletes and then about 20 stored procedures. I need to do this in crystal reports (I’m using crystal reports and .net).

What exactly I’m looking for is sort of create a package of this oracle code and then just call it in my crystal report just by passing one input parameter (as the code for oracle form is based only on one parameter). Is this possible. If so how.

Is there any other way where I could just create a file in .net , copy this code and have it executed by my .net environment.