Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
getting this error when trying to send 3 arguments while calling the procedure in sybase -com.sybase.jdbc2.jdbc.SybSQLException: Incorrect syntax near '@p0' getting this while removing the arguments and sending nothing...the sybase procedure has the hard coded arguements now - com.sybase.jdbc2.jdbc.SybSQLException: Incorrect syntax near ')'. Here is the code: CallableStatement sp = connection.prepareCall("{ CALL p_vos_ repair_followup() }"); sp.execute(); throws ***************************************************** sp.setString(1, "EU-R223"); sp.execute();
com.sybase.jdbc2.jdbc.SybSQLException: Incorrect syntax near '@p0'
Replies: |
Sponsored Links
|