Re: [Hsqldb-developers] store java object in DB

2004-09-28 Thread fredt
If you want to store the whole object in a field, the field must be declared of type OTHER and the object must be serializable. You can then use a PreparedStatement and the setObject() method to insert the object into the table. Fred - Original Message - From: "Mokhtar Gharbi" <[EMAI

RE: [Hsqldb-developers] store java object in DB

2004-09-28 Thread Carlos Aguirre
check Open source projects Hibernate or apache OJB -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de Mokhtar Gharbi Enviado el: Domingo, 03 de Octubre de 2004 12:51 p.m. Para: [EMAIL PROTECTED] Asunto: [Hsqldb-developers] store java object in DB Hi, i'm us