Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Creation of cursors and triggers in sql

This is a discussion on Creation of cursors and triggers in sql within the Microsoft .NET forums, part of the Programming Talk category; Hi All!!! Can any one guide me on creation of cursors and triggers in sql and how to call them ...

  1. #1
    harikreative is offline Junior Member Array
    Join Date
    Feb 2007
    Answers
    2

    Thumbs up Creation of cursors and triggers in sql

    Hi All!!!

    Can any one guide me on creation of cursors and triggers in sql and how to call them from the front end...

    Thanks,
    Hari


  2. #2
    caradoc is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    122
    Hari,

    Cursors are used as part of your stored procedures along with pl/sql blocks. triggers are defined on tables on events..

    triggers get executed automatically depending on the event you code..

    Please refer to oracle tutorials here ...

    http://www.exforsys.com/content/category/17/261/343/

    http://www.exforsys.com/content/category/17/220/267/

    It should get you started... first you need to understand the concepts before asking these kind of questions since they are not one line answer questions.

    Thanks,


Latest Article

Network Security Risk Assessment and Measurement

Read More...