Re: Stored Procedure in mysql 5.0 failure!

2004-04-07 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NanFei Wang wrote: > Hi, > somebody can help me! > > my database is: mysql-5.0.0a-alpha > the connection driver is:mysql-connector-java-3.1.1-alpha-bin.jar > > I want to test stored procedure of the new feature in MySQL version 5.0. A > > I can call t

Stored Procedure in mysql 5.0 failure!

2004-04-06 Thread NanFei Wang
Hi, somebody can help me! my database is: mysql-5.0.0a-alpha the connection driver is:mysql-connector-java-3.1.1-alpha-bin.jar I want to test stored procedure of the new feature in MySQL version 5.0. A I can call the stored procedure procPara in Window Console as next show, but when I run in pr