Subject | executing procedure without parameters 1.0 vs 1.5 |
---|---|
Author | Marco Parmeggiani |
Post date | 2004-03-04T09:53:50Z |
Hi, i'm experiencing some inconsistencies in calling a stored procedure
through a CallableStatement.
This query works with 1.5beta3 driver and does *not* work with 1.0.1
(the error is "token unknown ')'":
"EXECUTE PROCEDURE PROC_WITHOUT_PARAMETERS()"
This query works with 1.0.1 driver and does *not* work with 1.5beta3
(the error is "token unknown null":
"EXECUTE PROCEDURE PROC_WITHOUT_PARAMETERS"
ciao
--
Seti@Home Java Applets
http://maruko.webhop.net/
through a CallableStatement.
This query works with 1.5beta3 driver and does *not* work with 1.0.1
(the error is "token unknown ')'":
"EXECUTE PROCEDURE PROC_WITHOUT_PARAMETERS()"
This query works with 1.0.1 driver and does *not* work with 1.5beta3
(the error is "token unknown null":
"EXECUTE PROCEDURE PROC_WITHOUT_PARAMETERS"
ciao
--
Seti@Home Java Applets
http://maruko.webhop.net/