If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > triggers support of mySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-28-07, 18:04
Panoy Panoy is offline
Registered User
 
Join Date: Mar 2007
Posts: 77
triggers support of mySQL

Hi to all,

Does mySQL databases supoort triggers? I just thought that the procedures or actions that are executed whenever something happens to a database is called a trigger.

Is it possible in mySQL to execute a custom function or procedure when a new records is inserted? We have here a timekeeping program in our office which has a mySQL back-end and I want the newly inserted records to be computed by mySQL automatically. The processing must be done on mySQL.

Is that all possible to do in mysQL. I believe that SQL Servers supports triggers and stored procedures, but I want to try out mySQL first.

Thanks and god bless.
Reply With Quote
  #2 (permalink)  
Old 03-29-07, 00:29
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 440
yes mysql supports triggers.
Reply With Quote
  #3 (permalink)  
Old 03-29-07, 04:50
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,259
Quote:
Originally Posted by guelphdad
yes mysql supports triggers.
...true MySQL does but only with version 5 or later
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #4 (permalink)  
Old 03-29-07, 05:28
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 440
indeed, but I figured that info could be found in the manual.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On