Re: Caching of ojb and hsqldb

2005-11-17 Thread Armin Waibel
Hi Robert, think it could be a problem with the SET WRITE_DELAY {{TRUE | FALSE} | seconds | milliseconds MILLIS setting of hsql. http://hsqldb.org/doc/guide/ch04.html#N10D67 regards, Armin Robert Einsle wrote: Hy List, i have an strange problem using ojb 1.0.3 on Hsqldb 1.8.0. We develop

[Solved] Re: Caching of ojb and hsqldb

2005-11-17 Thread Robert Einsle
Hy Armin, yes, it works. Thanks a lot. \Robert Armin Waibel schrieb: Hi Robert, think it could be a problem with the SET WRITE_DELAY {{TRUE | FALSE} | seconds | milliseconds MILLIS setting of hsql. http://hsqldb.org/doc/guide/ch04.html#N10D67 regards, Armin Robert Einsle wrote: Hy

Joining unrelated tables

2005-11-17 Thread Sri Divakar
Hi, I am facing a problem of joining two unrelated tables using queryByCriteria (reportQueryByCriteria). For example: Table T1{sno integer, id integer, desc varchar} and Table T2{rollno integer, number integer, value varchar} are two tables with out any relation between