launch store procedures from windows client

2006-02-15 Thread GMaill_IdaoNet
Hi, List Please, Someone know wy MyOdbc don't run store procedures from windows client ? I launch it from Asp and Fox 8 and answer with error sintax. The Same store procedure run from Java and on MySql properly. Thanks, Elkin Ortiz Medellin,Colombia - Original Message - From

launch store procedures from windows client

2006-02-07 Thread ElkinFernando Ortiz
Hello, list if launch a store procedure from two differents clients from windows, Visual FoxPro 8.0 and Asp, for eject a store procedure in the database MySql 5, the mysql connector answer with : From Asp MyOdbcConnector 3.51.12 [MySQL][ODBC 3.51 Driver]You have an error in your SQL syntax;

Store Procedures

2005-12-14 Thread ElkinFernando Ortiz
Please, I'm working with MySql 5. I need examples for store procedures for evaluate Syntax. Por favor, Trabajo con MySql5. Para atender unos requerimientos de programacion, estoy estudiando procedimientos almacenados y quisiera que alguno de ustedes me facilitaran ejemplos de estos, si los pueden

RE: Store Procedures

2005-12-14 Thread Jimmy Guerrero
Manager MySQL Inc, www.mysql.com Houston, TX USA -Original Message- From: ElkinFernando Ortiz [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 7:44 AM To: mysql@lists.mysql.com Subject: Store Procedures Please, I'm working with MySql 5. I need examples for store procedures

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

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

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

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 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 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, I am new to MySQL, can any body tell

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

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