problem with stored procedures
Hi, I have a java program that connects to a MySQL server version 5 and executes calls to stored procedures. I have embedded my program together with the Connector/J class files (in com/mysql/jdbc...) in a JAR file.
On the computer where I develop the program, the procedure calls works perfectly, but when I run the program on another computer, I get the error message " java.sql.SQLException: Driver requires declaration of procedure to either contain a '\nbegin' or '\n' to follow argument declaration, or SELECT privilege on mysql.proc to parse column types."
What does this mean? And why does it only appear on other computers?
The procedure calls works fine when I run them in the MySQL prompt.
Thanks for answers,
prakash
Subject
Views
Written By
Posted
problem with stored procedures
5546
February 02, 2006 07:49AM
2263
February 02, 2006 08:27AM
1960
February 14, 2006 03:53AM
1824
February 14, 2006 04:11AM
1664
February 14, 2006 06:25AM
1839
February 15, 2006 08:10AM
1789
August 29, 2006 10:01PM
1685
February 14, 2006 07:02AM
1846
February 14, 2006 08:44AM
1669
April 21, 2006 11:45PM
4156
April 16, 2006 12:06PM
1810
April 25, 2006 03:09AM
2476
August 30, 2006 02:45AM
1699
September 09, 2007 02:54PM
1663
September 04, 2006 04:15PM
1722
September 08, 2006 06:20PM
1662
November 01, 2006 12:03AM
1792
April 21, 2007 11:51AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.