RE: Functions and Procedures in Mysql

2003-11-25 Thread Mike Hillyer
To: mike > Cc: [EMAIL PROTECTED] > Subject: Re: Functions and Procedures in Mysql > > > In the last episode (Nov 25), mike said: > > >wanted to know if one can write a Function or a procedure in a mysql > > >4.0.12..??? > > > > This is not going to be supported

Re: Functions and Procedures in Mysql

2003-11-25 Thread Dan Nelson
In the last episode (Nov 25), mike said: > >wanted to know if one can write a Function or a procedure in a mysql > >4.0.12..??? > > This is not going to be supported until MySQL 5. Mysql has supported user-defined functions since 3.21. http://www.mysql.com/doc/en/Adding_functions.html --

Re: Functions and Procedures in Mysql

2003-11-25 Thread mike
>wanted to know if one can write a Function or a procedure in a mysql 4.0.12..??? This is not going to be supported until MySQL 5. >Also about this data dump, i went to C:\ and typed mysqldump test. .. this thing ran >for quite some time but where was the dump finally could figure that out ..

RE: Functions and Procedures in Mysql

2003-11-25 Thread Swati K
thanks... -Original Message- From: Mikael Fridh [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 4:23 PM To: Swati K; [EMAIL PROTECTED] Subject: Re: Functions and Procedures in Mysql Regarding your mysql dump If you did not redirect standard output (mysqldump test

Re: Functions and Procedures in Mysql

2003-11-25 Thread Mikael Fridh
Regarding your mysql dump If you did not redirect standard output (mysqldump test > dumpfile.sql), it did not go anywhere. Mike On Tuesday 25 November 2003 11.46, Swati K wrote: > Hi People, > > wanted to know if one can write a Function or a procedure in a mysql > 4.0.12..??? > Also about this

Re: Functions and Procedures in Mysql

2003-11-25 Thread Martijn Tonies
Hi, > wanted to know if one can write a Function or a procedure in a mysql > 4.0.12..??? No, MySQL 5 is supposed to support this. Another note: When writing to a mailinglist, please don't say your post is "urgent". You're sending your message to hundreds of people that decide themselves if your

Functions and Procedures in Mysql

2003-11-25 Thread Swati K
Hi People, wanted to know if one can write a Function or a procedure in a mysql 4.0.12..??? Also about this data dump, i went to C:\ and typed mysqldump test. .. this thing ran for quite some time but where was the dump finally could figure that out .. can some one help me on this.. thanks in ad