MySQL Forums
Forum List  »  Stored Procedures

Re: weird error in my JDBC code
Posted by: Roland Bouman
Date: October 16, 2005 01:07AM

How about this:

String l_initUserSQL = "call init(?, ?)";

that is your original statement without the ; appended. I know for sure you have to leave that out for the usual INSERT, UPDATE and DELETE statements executed through the Statement interface

Options: ReplyQuote


Subject
Views
Written By
Posted
2864
October 12, 2005 07:04PM
1880
October 13, 2005 03:32PM
1943
October 15, 2005 06:39PM
Re: weird error in my JDBC code
1911
October 16, 2005 01:07AM
1759
October 16, 2005 09:32AM
1885
October 16, 2005 06:06PM
1819
October 17, 2005 07:19PM
1789
October 18, 2005 05:47PM
1851
October 18, 2005 07:42PM
1842
October 19, 2005 01:56AM
1791
October 19, 2005 01:55AM
1806
October 19, 2005 07:01AM
1857
October 19, 2005 07:04AM
1744
October 19, 2005 08:54PM
1763
October 20, 2005 01:16AM


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.