Computer software development using different programming languages and relevant hardware component is my desire and my blogging aim too.
Monday, December 12, 2011
Difference between Store Procedures and Triggers
We can call procedures explicitly but trigger is automatically invoked when the action defined in trigger is performed. Store procedure can't be inactive but triggers can be inactive.
With this short introduction of store procedure and trigger I want to give idea of creating store procedures in any phpmyadmin . It's all same as creating store procedure in MSSQL but the little different part is the delimiter determination. So we have to set delimiter from ';' to '//' which is only one tricky part of store procedure in MySQL.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment