Re: [Hsqldb-developers] Scripting in HSQL

2005-03-19 Thread Campbell Boucher-Burnet
> From: Irum Godil > To: [email protected] > Sent: 19 March 2005 23:24 > Subject: Re: [Hsqldb-developers] Scripting in HSQL > > But all the files in scriptio package such as > ScriptWriterT

Re: [Hsqldb-developers] Scripting in HSQL

2005-03-19 Thread fredt
[email protected] Sent: 19 March 2005 23:24 Subject: Re: [Hsqldb-developers] Scripting in HSQL But all the files in scriptio package such as ScriptWriterText, ScriptReaderBase, etc. are only useful for persistent databases right?fredt <[EMAIL PROTECTED]>

Re: [Hsqldb-developers] Scripting in HSQL

2005-03-19 Thread Irum Godil
s and are obviously useful commands.   Fred - Original Message - From: Irum Godil To: hsql Sent: 19 March 2005 22:01 Subject: [Hsqldb-developers] Scripting in HSQL Hi,   I would like to know that is the SCRIPT Statement on the database only applied in case of Persistent databases, or is

Re: [Hsqldb-developers] Scripting in HSQL

2005-03-19 Thread fredt
Sure, see the documentation. Both "SCRIPT" and "SCRIPT " can be used for pure in-memory databases and are obviously useful commands.   Fred - Original Message - From: Irum Godil To: hsql Sent: 19 March 2005 22:01 Subject: [Hsqldb-developers]

[Hsqldb-developers] Scripting in HSQL

2005-03-19 Thread Irum Godil
Hi,   I would like to know that is the SCRIPT Statement on the database only applied in case of Persistent databases, or is it also useful for pure-in memory databases? I am assuming that all the ScriptWriter and Reader classes are used in the context of Persistent databases only, but I am not too