RE: Regarding Store Procedures

2002-06-26 Thread Jay Blanchard
[snip] I am new to MySQL, can any body tell me how to write store procedures in MySQL. and How to run the same in command line. This will help me very much. [/snip] http://www.mysql.com/doc/T/O/TODO_sometime.html MySQL does not currently support stored procedures Jay sql, mysql, query --

Re: Regarding Store Procedures

2002-06-26 Thread Alexander Barkov
MySQL doesn't support stored procedures. They are on TODO and should appear in MySQL-5.0. Pradeep.C.Pangi wrote: > Hi All, > I am new to MySQL, can any body tell me how to write store procedures > in MySQL. > and How to run the same in command line. This will help me very much. > -- For

Re: Regarding Store Procedures

2002-06-26 Thread Egor Egorov
Pradeep.C.Pangi, Wednesday, June 26, 2002, 2:17:05 PM, you wrote: PCP> I am new to MySQL, can any body tell me how to write store procedures PCP> in MySQL. PCP> and How to run the same in command line. This will help me very much. MySQL doesn't support stored procedures yet. -- For te

Re: Regarding Store Procedures

2002-06-26 Thread Andrei Cojocaru
There are no stored procedures in mySQL Andrei Cojocaru [EMAIL PROTECTED] - Original Message - From: "Pradeep.C.Pangi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 05:17 Subject: Regarding Store Procedures > Hi All, >

Re: Regarding Store Procedures

2002-06-26 Thread Benjamin Pflugmann
Hello. On Wed 2002-06-26 at 16:47:05 +0530, [EMAIL PROTECTED] wrote: > Hi All, > I am new to MySQL, can any body tell me how to write store procedures > in MySQL. > and How to run the same in command line. This will help me very much. More of help would be a look in the manual, which would

RE: Regarding Store Procedures

2002-06-26 Thread Cal Evans
: Wednesday, June 26, 2002 6:17 AM To: [EMAIL PROTECTED] Subject: Regarding Store Procedures Hi All, I am new to MySQL, can any body tell me how to write store procedures in MySQL. and How to run the same in command line. This will help me very much. Thanks in Advance. Pradeepp

RE: Regarding Store Procedures

2002-06-26 Thread Rob Vieira
concept IMHO. -Original Message- From: Pradeep.C.Pangi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 4:17 AM To: [EMAIL PROTECTED] Subject: Regarding Store Procedures Hi All, I am new to MySQL, can any body tell me how to write store procedures in MySQL. and How to run the

Re: Regarding Store Procedures

2002-06-26 Thread Mikhail Entaltsev
> I am new to MySQL, can any body tell me how to write store procedures in MySQL. MySQL doesn't support stored procedures yet. > and How to run the same in command line. This will help me very much. But you can create text fle with SQL commands and then run it from command line: mysql -h host

Regarding Store Procedures

2002-06-26 Thread Pradeep.C.Pangi
Hi All, I am new to MySQL, can any body tell me how to write store procedures in MySQL. and How to run the same in command line. This will help me very much. Thanks in Advance. Pradeepp - Before posting, please check: