I am sorry this is way off topic, but I don't know where else to go.  I
tried the JDBC forum but had no luck.  Any direction you could give me on
this is much appreciated.

I am trying to pass data from my form to an oracle stored procedure that
takes as IN parameter a table%ROWTYPE.  I have prepared a callableStatement
object that would pass the parameter using setObject().  However, I am
baffled as to what kind of object the stored procedure is expecting and how
I should populate this object with data from my form.  I thought of maybe
using getObject() from another call that would return the same table%rowtype
but I still don't know how to populate this row.  Or can I use a string
array?

I would very much appreciate any direction you could give me on this.
Thanks!

-- karin --

___________________________________________________________________________
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