How can I call a stored procedure using some parameters.

I found an example, but doesn´t have any parameters:

CallableStatement cs = con.prepareCall ("{call STORED_PROCEDURE}");
ResultSet rs = cs.executeQuery( );

Thanks!!!

Paulo Farah

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to