×

Loading...

Help. When I use JDBC to call a stored procedure with one IN parameter like that : CallableStatement cs = conn.PrepareCall("{call mysp ?}"); it throw out a exception that the sql syntax is wrong. what is the right way to call a stored procedure?

Report