Hi Friends,
I am facing one problem....
Inside a Java class I need to call a oracle procedure for a set of inputs.
In another words I need to pass a Vector to a oracle procedure. I am using
JDBC for that. But How to pass a VECTOR into a Oracle Procedure using JDBC
API.
Presently I am calling the CallableStatement for each element of the Vector
which takes time. In place of that I want to do it in one shot....
Pls Help me in this..........
Regards,
Deo

___________________________________________________________________________
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