15 messages in com.mysql.lists.win32RE: Stored Procedures or triggers
FromSent OnAttachments
Brian Phillips15 Jun 2002 05:04 
Brian Phillips16 Jun 2002 02:16 
Tim Endres16 Jun 2002 12:34 
Anthony Johnston . Antix16 Jun 2002 12:35 
Anthony Johnston . Antix16 Jun 2002 13:54 
Rajeev Rumale16 Jun 2002 21:43 
Brian Phillips17 Jun 2002 01:00 
Peter Goggin11 Jul 2002 23:04 
Dave Watkinson12 Jul 2002 16:11 
Fredrick Bartlett12 Jul 2002 17:50 
Norris, Joseph16 Jul 2002 07:21 
jbon...@sola.com.au16 Jul 2002 16:27 
leo g. divinagracia iii26 Jul 2002 12:22 
Gerald R. Jensen27 Jul 2002 07:28 
Gerald R. Jensen27 Jul 2002 16:53 
Subject:RE: Stored Procedures or triggers
From:Norris, Joseph (Norr@mcdss.org)
Date:07/16/2002 07:21:25 AM
List:com.mysql.lists.win32

Good news I guess. I have been using mysql on Unix for about 4 years and currently on windows for the past 6 months (find me another Unix job please :>) ) and for this reason I am unfamiliar with triggers. I am unclear about the difference between triggers and functions. DBs like postgres allow functions to be written in Perl (long live PERL). Will the new release of mysql allow this?

Thanks.

-----Original Message----- From: Dave Watkinson [mailto:dave@codeblue.net] Sent: Friday, July 12, 2002 4:11 PM To: Peter Goggin; win@lists.mysql.com Subject: RE: Stored Procedures or triggers

"Our aim is to have stored procedures implemented in MySQL Server around version 5.0. We are also looking at triggers."

straight from http://www.mysql.com/doc/A/N/ANSI_diff_Triggers.html

-----Original Message----- From: Peter Goggin [mailto:pgog@smartchat.net.au] Sent: 12 July 2002 07:05 To: win@lists.mysql.com Subject: Re: Stored Procedures or triggers

I have a web based application in which I would like the processing to automatically update certain tables. I do not wish to gice access to these tables th the users. Does mysql have either stored procedures or triggers which can be used for this.

I am curently running mysql version 3-23-49-max under Win98 and cannot find any references to these facilities in the documentation.

Regards