Passing a Java collection object (List) to a SQLJ based stored procedure

From: Umut Ceyhan (umutceyhan_at_softhome.net)
Date: 01/28/04

  • Next message: Jon Roquet: "sending a CLOB to oracle via Websphere problem"
    Date: 28 Jan 2004 05:24:59 -0800
    
    

    Hello,

    I am trying to pass a java.util.List consisting of Hashtables to a
    SQLJ based stored procedure. Have anyone evet done this ? Maybe
    serializing the List object and using setBytes() method of
    CallableStatement solves the problem. At SQLJ side, I will deserialize
    it. Is this applicable and is there any other way ?

    Regards.

    Umut Ceyhan


  • Next message: Jon Roquet: "sending a CLOB to oracle via Websphere problem"