Subject | Re: How2 save javaobject in Firebird ? |
---|---|
Author | mozheyko_d |
Post date | 2004-12-17T13:12:43Z |
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
and this server call setObject() method for storing internal objects.
Probably it is necessary to use default jboss database - HSQLDB
:(
<rrokytskyy@a...> wrote:
> > Object o = new SomeObject();object into
> > statement.setObject(1, 1);
> > statement.setObject(2, o);
>
> According to the specification JDBC driver is not required to
> serialize/deserialze objects itself. You have to serialize your
> byte array and use statement.setBytes(...) call.I try to use Firebird as default datastore for JBOSS(tm) AppServer,
>
> Roman
and this server call setObject() method for storing internal objects.
Probably it is necessary to use default jboss database - HSQLDB
:(