Re: Need help with stored procedures in MySQL

2005-04-29 Thread Joerg Bruehe
Hi Sreedhar, all! madderla sreedhar wrote: > --- Joerg Bruehe <[EMAIL PROTECTED]> wrote: > >>Hi! >> >>[[...]] >> >>The manual states clearly: >> >>"Stored procedures and functions are a new feature >>in MySQL version 5.0." >> >>(At the proper place: "19 Stored Procedures and >>Functions") >> > Sree

Re: Need help with stored procedures in MySQL

2005-04-28 Thread Joerg Bruehe
Hi! madderla sreedhar wrote: Hi, Iam looking to migrate an Oracle database to MySQL and trying to write a simple stored procedure in MySQL 4.1 The manual states clearly: "Stored procedures and functions are a new feature in MySQL version 5.0." (At the proper place: "19 Stored Procedures and Functi

Need help with stored procedures in MySQL

2005-04-28 Thread madderla sreedhar
Hi, Iam looking to migrate an Oracle database to MySQL and trying to write a simple stored procedure in MySQL 4.1 .I reffered few examples posted and used the statements from them but I get errors while creating procedures create procedure helloworld (out p_text VARCHAR(30)) BEGIN set p_text = "

Need help with stored procedures in mysql

2005-04-28 Thread madderla sreedhar
__ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]