Hi all,
   We are using oracle as a database. There we are importing
   oracle.jdbc.driver.*;

   We want to insert a list of data(as object, i.e., input parameter to Stored
Procedure.)
   callableStmt.setObject(5,objName);

  It is throwing exception as invalid column type.
  This stored procedure is taking in param as record .

  We are able to retriving object as a through
registerOutParameter(3,OracleTypes.CURSOR) by using getObject(3);

If u know these situations please help us....

Thanking in Advance,



MURALI KRISHNA BALUSA
VELOCIENT TECHNOLOGIES
NEW DELHI.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to