Jump to content
We've recently updated our Privacy Statement, available here ×

support for trigger and stored procedure


alauddinctgbd

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

 

If your trigger calls a stored procedure, why can't you call that stored procedure directly and want to call the trigger??

 

Anyway, you cannot call triggers. Triggers are something that only the database server can trigger (hence their name) when specific operations occur: update, delete or insert into a table.

 

Now if we go back to stored procedures and Oracle, here are some resources that might help you:

 

http://jasperforge.org/sf/projects/oraclestoredprocedures

 

http://www.brianburridge.com/2006/06/04/how-to-call-stored-procedures-from-jasper-reports/

 

I hope this helps.

Teodor

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...