On 13.Mar.2003 -- 02:44 PM, Torsten Curdt wrote:
> <snip/>
> 
> >That was not my understanding from Chris's email.  By "has to happen at 
> >runtime" do you mean because of the nature of the hsql call, or some 
> >other logical constraint?  I understood him to mean that the call would 
> >cause hsql to parse and run that script at build time, and shut 
> >immediately down.  I would assume it would skip the overhead of setting 
> >up listeners, etc. and thus be pretty efficient.
> 
> Uh... did understand it differently in the first place.
> Thought it connects more or less via JDBC.
> 
> Chris could you clarify?

HSQLDB know different operation modes (4, actually). One is acting as
server, one is a library mode where it is client and server at the
same time. The operation mode is determined through the URL. Database
files are identical for all modes.

My suggestion was to run the library mode from ant.

> But what would be the benefit instead of just appending it?

We are save from file format changes of HSQLDB. For example, the
format from version 1.6 is different from version 1.7 You didn't
notice because I converted the file back then ;-)

        Chris.
-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

Reply via email to