Error ''Callable statements not supported'' on Tomcat
Posted by: Pedro Fabián
Date: September 12, 2006 05:19PM

Hi.

How do I call MySql stored procedure from jsp at Tomcat 4.1, I have used sql stored procedure query

CallableStatement cs = conn.prepareCall(sbStorePro.toString());
where sbStorePro is {call procedure_name(param1,param2,param3,param4)}
and all parameters are IN type, and execute with cs.execute();

When I execute from jsp file, throws error saying 'Callable statements not supported'.

Please helpme on this.

Note: I have j2sdk1.4.0 and mysql-connector-java-5.0.3-bin.jar

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Error ''Callable statements not supported'' on Tomcat
September 12, 2006 05:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.