Passing a Java collection object (List) to a SQLJ based stored procedure
From: Umut Ceyhan (umutceyhan_at_softhome.net)
Date: 01/28/04
- Previous message: Wolfgang Keller: "The old problem: Choosing an O/R mapper"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Wolfgang Keller: "The old problem: Choosing an O/R mapper"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]