Subject | CallableStatement |
---|---|
Author | Dmitri Sidelnikov |
Post date | 2002-05-25T06:02:07Z |
Hi All
I have a question about CallableStatement in JDBC
Driver.
There is the stored procedure with 2 in parameters
and 2 out parameters (RETURNS ...).
What should I write in connection.prepareCall()
method?
I use connection.prepareCall("{call
sp_procedure (?,?,?,?)}") and get SQLException with message:
"GDSException: org.firebirdsql.gds.GDSException:
Dynamic SQL Error parameter mismatch for procedure SP_PROCEDURE"
What is wrong?
Please help.
P.S. Is there the documentation for JDBC
Driver
Best regards
Dmitri