<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-2614</id>
	<title>Nabble - HSQLDB</title>
	<updated>2008-08-30T13:03:23Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/HSQLDB-f2614.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/HSQLDB-f2614.html" />
	<subtitle type="html">HSQLDB is the leading SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version for applets), fast database engine which offers both in-memory and disk-based tables and supports embedded and server modes. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets) and a number of demonstration examples. HSQLDB home is &lt;a href=&quot;http://hsqldb.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19236647</id>
	<title>How to add remarks creating a column in SQL to be showed as metadata?</title>
	<published>2008-08-30T13:03:23Z</published>
	<updated>2008-08-30T13:03:23Z</updated>
	<author>
		<name>PepeAlvarez</name>
	</author>
	<content type="html">Hi, I'm developing a DataBase using OOoBase. This one uses the HSQLDB DB engine, so I suppose I can post here my doubt.
&lt;br&gt;I'm trying to automatize the procedure to create the dataforms, therefore I have a SQL script to create the data base (tables and columns) and StarBasic code to create the dataforms.
&lt;br&gt;The problem comes when I retrieve the metadata from the database (so I've got independent procedures: 1.create the structure of the database, and 2. create the dataforms.). I see that the system tables and columns have remarks as metadata, so I would like to use in the same way the remarks of the columns to add labels to the dataforms.
&lt;br&gt;My question is: How can I add remarks to my columns in the SQL creation script the way they appear in the metadata retrieved??
&lt;br&gt;&lt;br&gt;Thanks to anyone that spents time replying.&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-add-remarks-creating-a-column-in-SQL-to-be-showed-as-metadata--tp19236647p19236647.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19227769</id>
	<title>Re: unable to create table</title>
	<published>2008-08-29T14:32:00Z</published>
	<updated>2008-08-29T14:32:00Z</updated>
	<author>
		<name>Kallin Nagelberg</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Ahh really? That&amp;#39;s too bad. In MySQL you can disable foreign key checks and then create the table with constraints all in one go. I&amp;#39;ve already got this beast generating MySQL sql and I was hoping I could do a pretty direct conversion to a HsqlDB dialect, but it looks like I&amp;#39;ll have to do some serious rejigging in order to ensure the constraints are made at the end.&lt;br&gt;
&lt;br&gt;Thanks,&lt;br&gt;Kal.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Aug 29, 2008 at 5:24 PM, fredt &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227769&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fredt@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;






&lt;div bgcolor=&quot;#ffffff&quot;&gt;
&lt;div&gt;&lt;font size=&quot;2&quot;&gt;The SET REFERENTIAL_INTEGRITY command is for inserting data 
into tables. &lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;font size=&quot;2&quot;&gt;For CREATE table, you need to remove the FOREIGN KEY 
statements. After creating all the tables, use ALTER TABLE .. ADD CONSTRAINT .. 
FOREIGN KEY for each of the constraints&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font size=&quot;2&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;font size=&quot;2&quot;&gt;Fred&lt;/font&gt;&lt;/div&gt;
&lt;blockquote style=&quot;border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;
  &lt;div style=&quot;font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;&quot;&gt;----- Original Message ----- &lt;/div&gt;
  &lt;div style=&quot;background: rgb(228, 228, 228) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;&quot;&gt;
&lt;b&gt;From:&lt;/b&gt; 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227769&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kallin.nagelberg@...&lt;/a&gt; &lt;/div&gt;
  &lt;div style=&quot;font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;&quot;&gt;&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227769&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsqldb-user@...&lt;/a&gt; 
  &lt;/div&gt;
  &lt;div style=&quot;font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;&quot;&gt;&lt;b&gt;Sent:&lt;/b&gt; 29 August 2008 21:02&lt;/div&gt;

  &lt;div style=&quot;font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;&quot;&gt;&lt;b&gt;Subject:&lt;/b&gt; [Hsqldb-user] unable to create 
  table&lt;/div&gt;
  &lt;div&gt;&lt;br&gt;&lt;/div&gt;
  &lt;div dir=&quot;ltr&quot;&gt;I&amp;#39;m trying to convert a process to use HSQLDB and am having 
  problems disabling referential integrity. The process involves creating a 
  bunch of tables &amp;#39;out of order&amp;#39;. I execute SET REFERENTIAL_INTEGRITY FALSE 
  before trying to create the tables but it doesn&amp;#39;t seem to work. Here is an 
  example:&lt;br&gt;&lt;br&gt;Executing: &amp;#39;SET REFERENTIAL_INTEGRITY FALSE&amp;#39; ... 
  Done.&lt;br&gt;Executing: &amp;#39;CREATE TABLE access_right (Business_Unit CHAR(1) NULL , 
  Category_ID BIGINT NULL , Company CHAR(1) NULL , Name VARCHAR(6) DEFAULT &amp;#39;&amp;#39; 
  NOT NULL , Row_Create TIMESTAMP NULL , Row_Mod TIMESTAMP NULL , Store CHAR(1) 
  NULL , Supplier CHAR(1) NULL , Website CHAR(1) NULL , PRIMARY KEY (Name), 
  FOREIGN KEY (Category_ID) REFERENCES access_right_category (Category_ID));&amp;#39; 
  &lt;br&gt;&lt;br&gt;&lt;br&gt;failure....&lt;br&gt;&lt;br&gt;java.sql.SQLException: Table not found in 
  statement [CREATE TABLE access_right (Business_Unit CHAR(1) NULL , Category_ID 
  BIGINT NULL , Company CHAR(1) NULL , Name VARCHAR(6) DEFAULT &amp;#39;&amp;#39; NOT NULL , 
  Row_Create TIMESTAMP NULL , Row_Mod TIMESTAMP NULL , Store CHAR(1) NULL , 
  Supplier CHAR(1) NULL , Website CHAR(1) NULL , PRIMARY KEY (Name), FOREIGN KEY 
  (Category_ID) REFERENCES access_right_category]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at 
  org.hsqldb.jdbc.Util.sqlException(Unknown Source)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at 
  org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown 
  Source)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.hsqldb.jdbc.jdbcStatement.execute(Unknown 
  Source)&lt;br&gt;&lt;br&gt;I feel that it is dying because of the foreign key reference, 
  but what else can I do beyond SET REFERENTIAL_INTEGRITY FALSE ?&lt;br&gt;&lt;br&gt;I&amp;#39;m 
  using hsqldb &lt;a href=&quot;http://1.8.0.7&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;1.8.0.7&lt;/a&gt;.&lt;br&gt;&lt;br&gt;Thanks for the 
  help,&lt;br&gt;Kallin Nagelberg&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/div&gt;&lt;p&gt;
  &lt;/p&gt;&lt;hr&gt;

  &lt;p&gt;&lt;/p&gt;-------------------------------------------------------------------------&lt;br&gt;This 
  SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s 
  challenge&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp;amp; 
  win great prizes&lt;br&gt;Grand prize is a trip for two to an Open Source event 
  anywhere in the 
  world&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;
  &lt;p&gt;
  &lt;/p&gt;&lt;hr&gt;

  &lt;p&gt;&lt;/p&gt;_______________________________________________&lt;br&gt;Hsqldb-user mailing 
  list&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227769&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;
&lt;br&gt;-------------------------------------------------------------------------&lt;br&gt;
This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;
Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;
Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;
&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Hsqldb-user mailing list&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227769&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227769&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/unable-to-create-table-tp19226553p19227769.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19227673</id>
	<title>Re: unable to create table</title>
	<published>2008-08-29T14:24:32Z</published>
	<updated>2008-08-29T14:24:32Z</updated>
	<author>
		<name>fredt</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3395&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;The SET REFERENTIAL_INTEGRITY command is for inserting data 
into tables. &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;For CREATE table, you need to remove the FOREIGN KEY 
statements. After creating all the tables, use ALTER TABLE .. ADD CONSTRAINT .. 
FOREIGN KEY for each of the constraints&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;Fred&lt;/FONT&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;----- Original Message ----- &lt;/DIV&gt;
  &lt;DIV style=&quot;BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black&quot;&gt;&lt;B&gt;From:&lt;/B&gt; 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227673&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kallin.nagelberg@...&lt;/a&gt; &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227673&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsqldb-user@...&lt;/a&gt; 
  &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Sent:&lt;/B&gt; 29 August 2008 21:02&lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Subject:&lt;/B&gt; [Hsqldb-user] unable to create 
  table&lt;/DIV&gt;
  &lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV dir=ltr&gt;I'm trying to convert a process to use HSQLDB and am having 
  problems disabling referential integrity. The process involves creating a 
  bunch of tables 'out of order'. I execute SET REFERENTIAL_INTEGRITY FALSE 
  before trying to create the tables but it doesn't seem to work. Here is an 
  example:&lt;BR&gt;&lt;BR&gt;Executing: 'SET REFERENTIAL_INTEGRITY FALSE' ... 
  Done.&lt;BR&gt;Executing: 'CREATE TABLE access_right (Business_Unit CHAR(1) NULL , 
  Category_ID BIGINT NULL , Company CHAR(1) NULL , Name VARCHAR(6) DEFAULT '' 
  NOT NULL , Row_Create TIMESTAMP NULL , Row_Mod TIMESTAMP NULL , Store CHAR(1) 
  NULL , Supplier CHAR(1) NULL , Website CHAR(1) NULL , PRIMARY KEY (Name), 
  FOREIGN KEY (Category_ID) REFERENCES access_right_category (Category_ID));' 
  &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;failure....&lt;BR&gt;&lt;BR&gt;java.sql.SQLException: Table not found in 
  statement [CREATE TABLE access_right (Business_Unit CHAR(1) NULL , Category_ID 
  BIGINT NULL , Company CHAR(1) NULL , Name VARCHAR(6) DEFAULT '' NOT NULL , 
  Row_Create TIMESTAMP NULL , Row_Mod TIMESTAMP NULL , Store CHAR(1) NULL , 
  Supplier CHAR(1) NULL , Website CHAR(1) NULL , PRIMARY KEY (Name), FOREIGN KEY 
  (Category_ID) REFERENCES access_right_category]&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at 
  org.hsqldb.jdbc.Util.sqlException(Unknown Source)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at 
  org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown 
  Source)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.hsqldb.jdbc.jdbcStatement.execute(Unknown 
  Source)&lt;BR&gt;&lt;BR&gt;I feel that it is dying because of the foreign key reference, 
  but what else can I do beyond SET REFERENTIAL_INTEGRITY FALSE ?&lt;BR&gt;&lt;BR&gt;I'm 
  using hsqldb &lt;A href=&quot;http://1.8.0.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;1.8.0.7&lt;/A&gt;.&lt;BR&gt;&lt;BR&gt;Thanks for the 
  help,&lt;BR&gt;Kallin Nagelberg&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;P&gt;
  &lt;HR&gt;

  &lt;P&gt;&lt;/P&gt;-------------------------------------------------------------------------&lt;BR&gt;This 
  SF.Net email is sponsored by the Moblin Your Move Developer's 
  challenge&lt;BR&gt;Build the coolest Linux based applications with Moblin SDK &amp;amp; 
  win great prizes&lt;BR&gt;Grand prize is a trip for two to an Open Source event 
  anywhere in the 
  world&lt;BR&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/
  &lt;P&gt;
  &lt;HR&gt;

  &lt;P&gt;&lt;/P&gt;_______________________________________________&lt;BR&gt;Hsqldb-user mailing 
  list&lt;BR&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227673&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;&lt;BR&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227673&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/unable-to-create-table-tp19226553p19227673.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19227613</id>
	<title>Re: unable to create table</title>
	<published>2008-08-29T14:19:28Z</published>
	<updated>2008-08-29T14:19:28Z</updated>
	<author>
		<name>Kallin Nagelberg</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;I created a very simple example that anyone can try to recreate the exception. It&amp;#39;s in groovy to eliminate the need for exception handling.&lt;br&gt;&lt;br&gt;import java.sql.DriverManager;&lt;br&gt;import java.sql.Connection&lt;br&gt;
import java.sql.Statement&lt;br&gt;&lt;br&gt;public class test {&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public static void main(String[] args) {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class.forName(&amp;quot;org.hsqldb.jdbcDriver&amp;quot;).newInstance();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection connection = DriverManager.getConnection(&amp;quot;jdbc:hsqldb:file:TESTEROO;shutdown=true&amp;quot;, &amp;quot;sa&amp;quot;, &amp;quot;&amp;quot;);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connection.setAutoCommit true&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; def sqlString = &amp;quot;&amp;quot;&amp;quot;&lt;br&gt;SET REFERENTIAL_INTEGRITY FALSE&lt;br&gt;CREATE TABLE access_right (Category_ID BIGINT NULL , Name VARCHAR(6) DEFAULT &amp;#39;&amp;#39; NOT NULL , PRIMARY KEY (Name), FOREIGN KEY (Category_ID) REFERENCES access_right_category (Category_ID));&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;&amp;quot;&amp;quot;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Statement statement = null;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; statement = connection.createStatement();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; statement.execute(sqlString);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; statement.close();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println(&amp;quot; Done.&amp;quot;);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connection.close()&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;br&gt;That will die with the exception: &lt;br&gt;&lt;br&gt;Exception in thread &amp;quot;main&amp;quot; java.sql.SQLException: Table not found in statement [&lt;br&gt;CREATE TABLE access_right (Category_ID BIGINT NULL , Name VARCHAR(6) DEFAULT &amp;#39;&amp;#39; NOT NULL , PRIMARY KEY (Name), FOREIGN KEY (Category_ID) REFERENCES access_right_category]&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.hsqldb.jdbc.Util.sqlException(Unknown Source)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.hsqldb.jdbc.jdbcStatement.execute(Unknown Source)&lt;br&gt;&lt;br&gt;Am I missing something?&lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Aug 29, 2008 at 4:02 PM, Kallin Nagelberg &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227613&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kallin.nagelberg@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div dir=&quot;ltr&quot;&gt;I&amp;#39;m trying to convert a process to use HSQLDB and am having problems disabling referential integrity. The process involves creating a bunch of tables &amp;#39;out of order&amp;#39;. I execute SET REFERENTIAL_INTEGRITY FALSE before trying to create the tables but it doesn&amp;#39;t seem to work. Here is an example:&lt;br&gt;

&lt;br&gt;Executing: &amp;#39;SET REFERENTIAL_INTEGRITY FALSE&amp;#39; ... Done.&lt;br&gt;Executing: &amp;#39;CREATE TABLE access_right (Business_Unit CHAR(1) NULL , Category_ID BIGINT NULL , Company CHAR(1) NULL , Name VARCHAR(6) DEFAULT &amp;#39;&amp;#39; NOT NULL , Row_Create TIMESTAMP NULL , Row_Mod TIMESTAMP NULL , Store CHAR(1) NULL , Supplier CHAR(1) NULL , Website CHAR(1) NULL , PRIMARY KEY (Name), FOREIGN KEY (Category_ID) REFERENCES access_right_category (Category_ID));&amp;#39; &lt;br&gt;

&lt;br&gt;&lt;br&gt;failure....&lt;br&gt;&lt;br&gt;java.sql.SQLException: Table not found in statement [CREATE TABLE access_right (Business_Unit CHAR(1) NULL , Category_ID BIGINT NULL , Company CHAR(1) NULL , Name VARCHAR(6) DEFAULT &amp;#39;&amp;#39; NOT NULL , Row_Create TIMESTAMP NULL , Row_Mod TIMESTAMP NULL , Store CHAR(1) NULL , Supplier CHAR(1) NULL , Website CHAR(1) NULL , PRIMARY KEY (Name), FOREIGN KEY (Category_ID) REFERENCES access_right_category]&lt;br&gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.hsqldb.jdbc.Util.sqlException(Unknown Source)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.hsqldb.jdbc.jdbcStatement.execute(Unknown Source)&lt;br&gt;&lt;br&gt;I feel that it is dying because of the foreign key reference, but what else can I do beyond SET REFERENTIAL_INTEGRITY FALSE ?&lt;br&gt;

&lt;br&gt;I&amp;#39;m using hsqldb &lt;a href=&quot;http://1.8.0.7&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;1.8.0.7&lt;/a&gt;.&lt;br&gt;&lt;br&gt;Thanks for the help,&lt;br&gt;Kallin Nagelberg&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19227613&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/unable-to-create-table-tp19226553p19227613.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19226553</id>
	<title>unable to create table</title>
	<published>2008-08-29T13:02:20Z</published>
	<updated>2008-08-29T13:02:20Z</updated>
	<author>
		<name>Kallin Nagelberg</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;I&amp;#39;m trying to convert a process to use HSQLDB and am having problems disabling referential integrity. The process involves creating a bunch of tables &amp;#39;out of order&amp;#39;. I execute SET REFERENTIAL_INTEGRITY FALSE before trying to create the tables but it doesn&amp;#39;t seem to work. Here is an example:&lt;br&gt;
&lt;br&gt;Executing: &amp;#39;SET REFERENTIAL_INTEGRITY FALSE&amp;#39; ... Done.&lt;br&gt;Executing: &amp;#39;CREATE TABLE access_right (Business_Unit CHAR(1) NULL , Category_ID BIGINT NULL , Company CHAR(1) NULL , Name VARCHAR(6) DEFAULT &amp;#39;&amp;#39; NOT NULL , Row_Create TIMESTAMP NULL , Row_Mod TIMESTAMP NULL , Store CHAR(1) NULL , Supplier CHAR(1) NULL , Website CHAR(1) NULL , PRIMARY KEY (Name), FOREIGN KEY (Category_ID) REFERENCES access_right_category (Category_ID));&amp;#39; &lt;br&gt;
&lt;br&gt;&lt;br&gt;failure....&lt;br&gt;&lt;br&gt;java.sql.SQLException: Table not found in statement [CREATE TABLE access_right (Business_Unit CHAR(1) NULL , Category_ID BIGINT NULL , Company CHAR(1) NULL , Name VARCHAR(6) DEFAULT &amp;#39;&amp;#39; NOT NULL , Row_Create TIMESTAMP NULL , Row_Mod TIMESTAMP NULL , Store CHAR(1) NULL , Supplier CHAR(1) NULL , Website CHAR(1) NULL , PRIMARY KEY (Name), FOREIGN KEY (Category_ID) REFERENCES access_right_category]&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.hsqldb.jdbc.Util.sqlException(Unknown Source)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.hsqldb.jdbc.jdbcStatement.execute(Unknown Source)&lt;br&gt;&lt;br&gt;I feel that it is dying because of the foreign key reference, but what else can I do beyond SET REFERENTIAL_INTEGRITY FALSE ?&lt;br&gt;
&lt;br&gt;I&amp;#39;m using hsqldb &lt;a href=&quot;http://1.8.0.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;1.8.0.7&lt;/a&gt;.&lt;br&gt;&lt;br&gt;Thanks for the help,&lt;br&gt;Kallin Nagelberg&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19226553&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/unable-to-create-table-tp19226553p19226553.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19203917</id>
	<title>Re: need help ASAP with hsqldb on pentaho mondrian OLAP server</title>
	<published>2008-08-28T09:12:44Z</published>
	<updated>2008-08-28T09:12:44Z</updated>
	<author>
		<name>Blaine Simpson</name>
	</author>
	<content type="html">There is nothing wrong with that URL if the goal is to access the
&lt;br&gt;default instance being served by a HSQLDB Server listening on
&lt;br&gt;localhost:9001.
&lt;br&gt;&lt;br&gt;Hadi: &amp;nbsp;Since you are running a Server, you can greatly simplify
&lt;br&gt;troubleshooting by using a standalone JDBC client like DatabaseManager
&lt;br&gt;or SqlTool to try to connect-to and access the instance using the same
&lt;br&gt;URL. &amp;nbsp;If you can see the data with the standalone client, then you need
&lt;br&gt;to troubleshoot the access-side of your app (incl. configuration). 
&lt;br&gt;Otherwise, there's something wrong with your Server.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Bernd Ritter wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;jp:mondrianQuery id=&amp;quot;query01&amp;quot; jdbcDriver=&amp;quot;org.hsqldb.
&lt;br&gt;&amp;gt; jdbcDriver&amp;quot;
&lt;br&gt;&amp;gt; jdbcUrl=&amp;quot;jdbc:hsqldb:hsql://localhost/&amp;quot; jdbcUser=&amp;quot;sa&amp;quot; jdbcPassword=&amp;quot;&amp;quot;
&lt;br&gt;&amp;gt; catalogUri=&amp;quot;/WEB-INF/queries/coba.xml&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You seem not to have specified the Database you want to connect to!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bernd
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2008/8/22 hadi surya &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19203917&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;narou71185@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19203917&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;narou71185@...&lt;/a&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; hii everyone, i have problem with connecting hsqldb to pentaho
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; mondrian.pentaho.org &amp;lt;&lt;a href=&quot;http://mondrian.pentaho.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mondrian.pentaho.org&lt;/a&gt;&amp;gt; mondrian &amp;nbsp;OLAP
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; server...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; i use Apache Tomcat 5.5 as the web server and Mozzila Firefox as
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; the browser
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; the Mondrian version that i use is Mondrian 2.4.2.9831. the tomcat
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; return
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; this error
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; org.apache.jasper.JasperException: javax.servlet.jsp.JspException:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; javax.servlet.jsp.JspException: Table not found in statement [select
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;quot;customer&amp;quot;.&amp;quot;country&amp;quot; as &amp;quot;c0&amp;quot; from &amp;quot;customer&amp;quot;]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; the error said that the customer table was not in the database,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; but the fact
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; is that the customer table was in the database... i have no idea
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; with this
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; error, this the connection string that i use for the JSP's in the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; tomcat web
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; server.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;jp:mondrianQuery id=&amp;quot;query01&amp;quot; jdbcDriver=&amp;quot;org.hsqldb.jdbcDriver&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; jdbcUrl=&amp;quot;jdbc:hsqldb:hsql://localhost/&amp;quot; jdbcUser=&amp;quot;sa&amp;quot; jdbcPassword=&amp;quot;&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; catalogUri=&amp;quot;/WEB-INF/queries/coba.xml&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; select
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{[Measures].[Unit Sales 97], [Measures].[Store Cost 97],
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; [Measures].[Store
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Sales 97]} on columns,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{([Promotion Media].[All Media], [Product].[All Products])} ON rows
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; from Sales97
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; where ([Time].[1997])
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/jp:mondrianQuery&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; maybe i made a mistake with the connection string or something else...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; thank you very much
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; --
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; View this message in context:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/need-help-ASAP-with-hsqldb-on-pentaho-mondrian-OLAP-server-tp19108449p19108449.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/need-help-ASAP-with-hsqldb-on-pentaho-mondrian-OLAP-server-tp19108449p19108449.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Sent from the HSQLDB - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; This SF.Net email is sponsored by the Moblin Your Move Developer's
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; challenge
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Build the coolest Linux based applications with Moblin SDK &amp; win
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; great prizes
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Grand prize is a trip for two to an Open Source event anywhere in
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; the world
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19203917&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19203917&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19203917&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://admc.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://admc.com/&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Main:304-728-6872 &amp;nbsp; &amp;nbsp; Cell:703-944-9317
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19203917&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/need-help-ASAP-with-hsqldb-on-pentaho-mondrian-OLAP-server-tp19203453p19203917.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19203606</id>
	<title>Re: need help ASAP with hsqldb on pentaho mondrian OLAP server</title>
	<published>2008-08-28T08:58:09Z</published>
	<updated>2008-08-28T08:58:09Z</updated>
	<author>
		<name>Bernd Ritter-3</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hi&lt;br&gt;&lt;br&gt;&amp;lt;jp:mondrianQuery id=&amp;quot;query01&amp;quot; jdbcDriver=&amp;quot;org.hsqldb.&lt;div id=&quot;:ba&quot; class=&quot;ArwC7c ckChnd&quot;&gt;jdbcDriver&amp;quot;&lt;br&gt;
jdbcUrl=&amp;quot;jdbc:hsqldb:hsql://localhost/&amp;quot; jdbcUser=&amp;quot;sa&amp;quot; jdbcPassword=&amp;quot;&amp;quot;&lt;br&gt;
catalogUri=&amp;quot;/WEB-INF/queries/coba.xml&amp;quot;&amp;gt;&lt;/div&gt;&lt;br&gt;You seem not to have specified the Database you want to connect to!&lt;br&gt;&lt;br&gt;Bernd&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/8/22 hadi surya &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19203606&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;narou71185@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
hii everyone, i have problem with connecting hsqldb to pentaho&lt;br&gt;
&lt;a href=&quot;http://mondrian.pentaho.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;mondrian.pentaho.org&lt;/a&gt; mondrian &amp;nbsp;OLAP server...&lt;br&gt;
i use Apache Tomcat 5.5 as the web server and Mozzila Firefox as the browser&lt;br&gt;
the Mondrian version that i use is Mondrian 2.4.2.9831. the tomcat return&lt;br&gt;
this error&lt;br&gt;
&lt;br&gt;
org.apache.jasper.JasperException: javax.servlet.jsp.JspException:&lt;br&gt;
javax.servlet.jsp.JspException: Table not found in statement [select&lt;br&gt;
&amp;quot;customer&amp;quot;.&amp;quot;country&amp;quot; as &amp;quot;c0&amp;quot; from &amp;quot;customer&amp;quot;]&lt;br&gt;
&lt;br&gt;
the error said that the customer table was not in the database, but the fact&lt;br&gt;
is that the customer table was in the database... i have no idea with this&lt;br&gt;
error, this the connection string that i use for the JSP&amp;#39;s in the tomcat web&lt;br&gt;
server.&lt;br&gt;
&amp;lt;jp:mondrianQuery id=&amp;quot;query01&amp;quot; jdbcDriver=&amp;quot;org.hsqldb.jdbcDriver&amp;quot;&lt;br&gt;
jdbcUrl=&amp;quot;jdbc:hsqldb:hsql://localhost/&amp;quot; jdbcUser=&amp;quot;sa&amp;quot; jdbcPassword=&amp;quot;&amp;quot;&lt;br&gt;
catalogUri=&amp;quot;/WEB-INF/queries/coba.xml&amp;quot;&amp;gt;&lt;br&gt;
select&lt;br&gt;
 &amp;nbsp;{[Measures].[Unit Sales 97], [Measures].[Store Cost 97], [Measures].[Store&lt;br&gt;
Sales 97]} on columns,&lt;br&gt;
 &amp;nbsp;{([Promotion Media].[All Media], [Product].[All Products])} ON rows&lt;br&gt;
from Sales97&lt;br&gt;
where ([Time].[1997])&lt;br&gt;
&amp;lt;/jp:mondrianQuery&amp;gt;&lt;br&gt;
&lt;br&gt;
maybe i made a mistake with the connection string or something else...&lt;br&gt;
thank you very much&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://www.nabble.com/need-help-ASAP-with-hsqldb-on-pentaho-mondrian-OLAP-server-tp19108449p19108449.html&quot; target=&quot;_blank&quot;&gt;http://www.nabble.com/need-help-ASAP-with-hsqldb-on-pentaho-mondrian-OLAP-server-tp19108449p19108449.html&lt;/a&gt;&lt;br&gt;

Sent from the HSQLDB - User mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
-------------------------------------------------------------------------&lt;br&gt;
This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;
Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;
Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;
&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Hsqldb-user mailing list&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19203606&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19203606&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/need-help-ASAP-with-hsqldb-on-pentaho-mondrian-OLAP-server-tp19203453p19203606.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19187536</id>
	<title>org.hsqldb.Server not working in Windows Vista</title>
	<published>2008-08-27T12:03:52Z</published>
	<updated>2008-08-27T12:03:52Z</updated>
	<author>
		<name>NathanAdler</name>
	</author>
	<content type="html">I have a problem running java -cp ../lib/hsqldb.jar org.hsqldb.Server -database.0 myDatabase -dbname.0 myDatabase it says that cannot open the socket, i have turned off the windows vista firewall but that is not the problem.. the constructor of the method that open the socket &amp;nbsp;says &amp;quot;unknown source&amp;quot;
&lt;br&gt;&lt;br&gt;any suggestions?
&lt;br&gt;&lt;br&gt;thanks a lot&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/org.hsqldb.Server-not-working-in-Windows-Vista-tp19187536p19187536.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19203453</id>
	<title>need help ASAP with hsqldb on pentaho mondrian OLAP server</title>
	<published>2008-08-22T07:31:28Z</published>
	<updated>2008-08-22T07:31:28Z</updated>
	<author>
		<name>hadi surya</name>
	</author>
	<content type="html">&lt;br&gt;hii everyone, i have problem with connecting hsqldb to pentaho 
&lt;br&gt;mondrian.pentaho.org mondrian &amp;nbsp;OLAP server... 
&lt;br&gt;i use Apache Tomcat 5.5 as the web server and Mozzila Firefox as the browser
&lt;br&gt;the Mondrian version that i use is Mondrian 2.4.2.9831. the tomcat return
&lt;br&gt;this error
&lt;br&gt;&lt;br&gt;org.apache.jasper.JasperException: javax.servlet.jsp.JspException:
&lt;br&gt;javax.servlet.jsp.JspException: Table not found in statement [select
&lt;br&gt;&amp;quot;customer&amp;quot;.&amp;quot;country&amp;quot; as &amp;quot;c0&amp;quot; from &amp;quot;customer&amp;quot;]
&lt;br&gt;&lt;br&gt;the error said that the customer table was not in the database, but the fact
&lt;br&gt;is that the customer table was in the database... i have no idea with this
&lt;br&gt;error, this the connection string that i use for the JSP's in the tomcat web
&lt;br&gt;server.
&lt;br&gt;&amp;lt;jp:mondrianQuery id=&amp;quot;query01&amp;quot; jdbcDriver=&amp;quot;org.hsqldb.jdbcDriver&amp;quot;
&lt;br&gt;jdbcUrl=&amp;quot;jdbc:hsqldb:hsql://localhost/&amp;quot; jdbcUser=&amp;quot;sa&amp;quot; jdbcPassword=&amp;quot;&amp;quot;
&lt;br&gt;catalogUri=&amp;quot;/WEB-INF/queries/coba.xml&amp;quot;&amp;gt;
&lt;br&gt;select
&lt;br&gt;&amp;nbsp; {[Measures].[Unit Sales 97], [Measures].[Store Cost 97], [Measures].[Store
&lt;br&gt;Sales 97]} on columns,
&lt;br&gt;&amp;nbsp; {([Promotion Media].[All Media], [Product].[All Products])} ON rows
&lt;br&gt;from Sales97
&lt;br&gt;where ([Time].[1997])
&lt;br&gt;&amp;lt;/jp:mondrianQuery&amp;gt;
&lt;br&gt;&lt;br&gt;maybe i made a mistake with the connection string or something else...
&lt;br&gt;thank you very much
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/need-help-ASAP-with-hsqldb-on-pentaho-mondrian-OLAP-server-tp19108449p19108449.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/need-help-ASAP-with-hsqldb-on-pentaho-mondrian-OLAP-server-tp19108449p19108449.html&lt;/a&gt;&lt;br&gt;Sent from the HSQLDB - User mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19203453&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/need-help-ASAP-with-hsqldb-on-pentaho-mondrian-OLAP-server-tp19203453p19203453.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19104942</id>
	<title>Data lost on system outtage</title>
	<published>2008-08-22T03:40:07Z</published>
	<updated>2008-08-22T03:40:07Z</updated>
	<author>
		<name>Bernd Ritter-3</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hi,&lt;br&gt;&lt;br&gt;im running a point of sale system (openbravo pos) with a hsqldb-server (on the same machine for limited budget reasons). &lt;br&gt;&lt;br&gt;When my customer turned the computer accidentially off some data was lost. My question is: why?&lt;br&gt;
&lt;br&gt;Due to the write_delay (which is set to standard) every data entry should be saved to disk in the DATABASE.log file and reloaded into memory after restarting the database. Why might this not have happended? All data in the DATABASE.script file is available. On the DATABASE.log data is lost.&lt;br&gt;
&lt;br&gt;I&amp;#39;m now trying to run a CHECKPOINT every half hour, would this help?&lt;br&gt;&lt;br&gt;Bernd&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19104942&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Data-lost-on-system-outtage-tp19104942p19104942.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19090921</id>
	<title>Re: Problem with Server.shutdown()</title>
	<published>2008-08-21T08:14:37Z</published>
	<updated>2008-08-21T08:14:37Z</updated>
	<author>
		<name>fredt</name>
	</author>
	<content type="html">Server.shutdown() will not shutdown the databases.
&lt;br&gt;&lt;br&gt;This is &amp;quot;proper&amp;quot; behaviour as the database may be used via an in-process 
&lt;br&gt;connections.
&lt;br&gt;&lt;br&gt;HSQLDB provides services similar to traditional database servers, but it has 
&lt;br&gt;more features and therefore works differently in certain areas.
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Thomas Kellerer&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19090921&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;spam_eater@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19090921&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsqldb-user@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: 20 August 2008 15:14
&lt;br&gt;Subject: Re: [Hsqldb-user] Problem with Server.shutdown()
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi Fred,
&lt;br&gt;&lt;br&gt;thanks for the answer.
&lt;br&gt;&lt;br&gt;Does that mean that Server.shutdown() will not do a &amp;quot;proper&amp;quot; shutdown?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Thomas
&lt;br&gt;&lt;br&gt;fredt, 20.08.2008 14:54:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; You need to use SHUTDOWN as an SQL command after your tests.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fred
&lt;br&gt;&amp;gt; ----- Original Message ----- 
&lt;br&gt;&amp;gt; From: &amp;quot;Thomas Kellerer&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19090921&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;spam_eater@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19090921&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsqldb-user@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: 20 August 2008 13:46
&lt;br&gt;&amp;gt; Subject: [Hsqldb-user] Problem with Server.shutdown()
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We are using HSQLD inside our Unit tests (TestNG). What we do is to start
&lt;br&gt;&amp;gt; HSQLD in Server mode pointing to an empty database (with our tables 
&lt;br&gt;&amp;gt; already
&lt;br&gt;&amp;gt; created).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When running the tests, each test will delete the data in the database and
&lt;br&gt;&amp;gt; then import a new set of data to run the tests.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Once all tests are finished, we are using Server.shutdown() to stop the
&lt;br&gt;&amp;gt; engine, but it seems that this will write the .log file only partially. At
&lt;br&gt;&amp;gt; least one of our statements is missing in there (we are dropping and
&lt;br&gt;&amp;gt; re-adding a constraint during import and the ADD CONSTRAINT statement is 
&lt;br&gt;&amp;gt; not
&lt;br&gt;&amp;gt; written to the logfile).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I change the write delay to 0 the .log file is written correctly, but
&lt;br&gt;&amp;gt; of course the performance is very bad when importing a lot of rows.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What are we doing wrong when shutting down the server?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there anything we can do apart from setting write delay to 0?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; Thomas
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's 
&lt;br&gt;&amp;gt; challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great
&lt;br&gt;&amp;gt; prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the 
&lt;br&gt;&amp;gt; world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19090921&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's 
&lt;br&gt;&amp;gt; challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great 
&lt;br&gt;&amp;gt; prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the 
&lt;br&gt;&amp;gt; world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great 
&lt;br&gt;prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19090921&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19090921&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-Server.shutdown%28%29-tp19068696p19090921.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19070398</id>
	<title>Re: Problem with Server.shutdown()</title>
	<published>2008-08-20T07:14:33Z</published>
	<updated>2008-08-20T07:14:33Z</updated>
	<author>
		<name>Thomas Kellerer</name>
	</author>
	<content type="html">Hi Fred,
&lt;br&gt;&lt;br&gt;thanks for the answer.
&lt;br&gt;&lt;br&gt;Does that mean that Server.shutdown() will not do a &amp;quot;proper&amp;quot; shutdown?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Thomas
&lt;br&gt;&lt;br&gt;fredt, 20.08.2008 14:54:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; You need to use SHUTDOWN as an SQL command after your tests.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Fred
&lt;br&gt;&amp;gt; ----- Original Message ----- 
&lt;br&gt;&amp;gt; From: &amp;quot;Thomas Kellerer&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19070398&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;spam_eater@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19070398&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsqldb-user@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: 20 August 2008 13:46
&lt;br&gt;&amp;gt; Subject: [Hsqldb-user] Problem with Server.shutdown()
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We are using HSQLD inside our Unit tests (TestNG). What we do is to start 
&lt;br&gt;&amp;gt; HSQLD in Server mode pointing to an empty database (with our tables already 
&lt;br&gt;&amp;gt; created).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When running the tests, each test will delete the data in the database and 
&lt;br&gt;&amp;gt; then import a new set of data to run the tests.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Once all tests are finished, we are using Server.shutdown() to stop the 
&lt;br&gt;&amp;gt; engine, but it seems that this will write the .log file only partially. At 
&lt;br&gt;&amp;gt; least one of our statements is missing in there (we are dropping and 
&lt;br&gt;&amp;gt; re-adding a constraint during import and the ADD CONSTRAINT statement is not 
&lt;br&gt;&amp;gt; written to the logfile).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When I change the write delay to 0 the .log file is written correctly, but 
&lt;br&gt;&amp;gt; of course the performance is very bad when importing a lot of rows.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What are we doing wrong when shutting down the server?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there anything we can do apart from setting write delay to 0?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; Thomas
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great 
&lt;br&gt;&amp;gt; prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19070398&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19070398&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-Server.shutdown%28%29-tp19068696p19070398.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19068865</id>
	<title>Re: Problem with Server.shutdown()</title>
	<published>2008-08-20T05:57:51Z</published>
	<updated>2008-08-20T05:57:51Z</updated>
	<author>
		<name>Blaine Simpson</name>
	</author>
	<content type="html">You could cut down on dependencies of HSQLDB internals by issuing a
&lt;br&gt;SHUTDOWN command over a JDBC Server connection to the instance. &amp;nbsp;Depends
&lt;br&gt;on the infrastructure you're using, but there are lots of ways to
&lt;br&gt;automate this without any Java coding.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thomas Kellerer wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We are using HSQLD inside our Unit tests (TestNG). What we do is to start HSQLD in Server mode pointing to an empty database (with our tables already created). 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When running the tests, each test will delete the data in the database and then import a new set of data to run the tests. 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Once all tests are finished, we are using Server.shutdown() to stop the engine, but it seems that this will write the .log file only partially. At least one of our statements is missing in there (we are dropping and re-adding a constraint during import and the ADD CONSTRAINT statement is not written to the logfile). 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I change the write delay to 0 the .log file is written correctly, but of course the performance is very bad when importing a lot of rows.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What are we doing wrong when shutting down the server?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there anything we can do apart from setting write delay to 0?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; Thomas
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19068865&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://admc.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://admc.com/&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Main:304-728-6872 &amp;nbsp; &amp;nbsp; Cell:703-944-9317
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19068865&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-Server.shutdown%28%29-tp19068696p19068865.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19068835</id>
	<title>Re: Problem with Server.shutdown()</title>
	<published>2008-08-20T05:55:46Z</published>
	<updated>2008-08-20T05:55:46Z</updated>
	<author>
		<name>Bernd Ritter-3</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hi Thomas,&lt;br&gt;&lt;br&gt;on SQL when SHUTDOWN is called, it automatically performs a CHECKPOINT. I don&amp;#39;t know if that happens when you call it via Server.shutdown(). &lt;br&gt;&lt;br&gt;Maybe you can try to run the CHECKPOINT manually before?&lt;br&gt;
&lt;br&gt;greetings,&lt;br&gt;Bernd&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2008/8/20 Thomas Kellerer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19068835&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;spam_eater@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi,&lt;br&gt;
&lt;br&gt;
We are using HSQLD inside our Unit tests (TestNG). What we do is to start HSQLD in Server mode pointing to an empty database (with our tables already created).&lt;br&gt;
&lt;br&gt;
When running the tests, each test will delete the data in the database and then import a new set of data to run the tests.&lt;br&gt;
&lt;br&gt;
Once all tests are finished, we are using Server.shutdown() to stop the engine, but it seems that this will write the .log file only partially. At least one of our statements is missing in there (we are dropping and re-adding a constraint during import and the ADD CONSTRAINT statement is not written to the logfile).&lt;br&gt;

&lt;br&gt;
When I change the write delay to 0 the .log file is written correctly, but of course the performance is very bad when importing a lot of rows.&lt;br&gt;
&lt;br&gt;
What are we doing wrong when shutting down the server?&lt;br&gt;
&lt;br&gt;
Is there anything we can do apart from setting write delay to 0?&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
Thomas&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
-------------------------------------------------------------------------&lt;br&gt;
This SF.Net email is sponsored by the Moblin Your Move Developer&amp;#39;s challenge&lt;br&gt;
Build the coolest Linux based applications with Moblin SDK &amp;amp; win great prizes&lt;br&gt;
Grand prize is a trip for two to an Open Source event anywhere in the world&lt;br&gt;
&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Hsqldb-user mailing list&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19068835&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19068835&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-Server.shutdown%28%29-tp19068696p19068835.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19069105</id>
	<title>Re: Problem with Server.shutdown()</title>
	<published>2008-08-20T05:54:53Z</published>
	<updated>2008-08-20T05:54:53Z</updated>
	<author>
		<name>fredt</name>
	</author>
	<content type="html">You need to use SHUTDOWN as an SQL command after your tests.
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Thomas Kellerer&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19069105&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;spam_eater@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19069105&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsqldb-user@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: 20 August 2008 13:46
&lt;br&gt;Subject: [Hsqldb-user] Problem with Server.shutdown()
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;We are using HSQLD inside our Unit tests (TestNG). What we do is to start 
&lt;br&gt;HSQLD in Server mode pointing to an empty database (with our tables already 
&lt;br&gt;created).
&lt;br&gt;&lt;br&gt;When running the tests, each test will delete the data in the database and 
&lt;br&gt;then import a new set of data to run the tests.
&lt;br&gt;&lt;br&gt;Once all tests are finished, we are using Server.shutdown() to stop the 
&lt;br&gt;engine, but it seems that this will write the .log file only partially. At 
&lt;br&gt;least one of our statements is missing in there (we are dropping and 
&lt;br&gt;re-adding a constraint during import and the ADD CONSTRAINT statement is not 
&lt;br&gt;written to the logfile).
&lt;br&gt;&lt;br&gt;When I change the write delay to 0 the .log file is written correctly, but 
&lt;br&gt;of course the performance is very bad when importing a lot of rows.
&lt;br&gt;&lt;br&gt;What are we doing wrong when shutting down the server?
&lt;br&gt;&lt;br&gt;Is there anything we can do apart from setting write delay to 0?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Thomas
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great 
&lt;br&gt;prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19069105&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19069105&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-Server.shutdown%28%29-tp19068696p19069105.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19068696</id>
	<title>Problem with Server.shutdown()</title>
	<published>2008-08-20T05:46:19Z</published>
	<updated>2008-08-20T05:46:19Z</updated>
	<author>
		<name>Thomas Kellerer</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;We are using HSQLD inside our Unit tests (TestNG). What we do is to start HSQLD in Server mode pointing to an empty database (with our tables already created). 
&lt;br&gt;&lt;br&gt;When running the tests, each test will delete the data in the database and then import a new set of data to run the tests. 
&lt;br&gt;&lt;br&gt;Once all tests are finished, we are using Server.shutdown() to stop the engine, but it seems that this will write the .log file only partially. At least one of our statements is missing in there (we are dropping and re-adding a constraint during import and the ADD CONSTRAINT statement is not written to the logfile). 
&lt;br&gt;&lt;br&gt;When I change the write delay to 0 the .log file is written correctly, but of course the performance is very bad when importing a lot of rows.
&lt;br&gt;&lt;br&gt;What are we doing wrong when shutting down the server?
&lt;br&gt;&lt;br&gt;Is there anything we can do apart from setting write delay to 0?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Thomas
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19068696&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-with-Server.shutdown%28%29-tp19068696p19068696.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18915640</id>
	<title>hsqldb.script_format=3</title>
	<published>2008-08-10T11:25:00Z</published>
	<updated>2008-08-10T11:25:00Z</updated>
	<author>
		<name>mannyg</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;i have a java application which can access the hsqldb in win xp/vista when properties value is set to hsqldb.script_format=0
&lt;br&gt;&lt;br&gt;when i change the vaule to compress/enrypt the created database to hsqldb.script_format=3 , i can access the db in Win XP but not Win Vista
&lt;br&gt;&lt;br&gt;also is the any special to access the db in Mac OSX
&lt;br&gt;&lt;br&gt;thanks for your help
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/hsqldb.script_format%3D3-tp18915640p18915640.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18852686</id>
	<title>Importing .dbf or .csv into In-memory db with Hsqldb</title>
	<published>2008-08-06T07:40:14Z</published>
	<updated>2008-08-06T07:40:14Z</updated>
	<author>
		<name>Musgrove</name>
	</author>
	<content type="html">Is there a way to import or append a table in an in-memory db with hsqldb?
&lt;br&gt;&lt;br&gt;Thanks&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Importing-.dbf-or-.csv-into-In-memory-db-with-Hsqldb-tp18852686p18852686.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18843798</id>
	<title>Re: HSQLDB 1.8.0.10 released</title>
	<published>2008-08-05T20:49:19Z</published>
	<updated>2008-08-05T20:49:19Z</updated>
	<author>
		<name>Antony Stubbs</name>
	</author>
	<content type="html">Does anyone know who these people are?
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;fredt wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;We are not reponsible for maintaining this repository 
&lt;br&gt;(&lt;a href=&quot;http://www.mvnrepository.com/artifact/hsqldb/hsqldb&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mvnrepository.com/artifact/hsqldb/hsqldb&lt;/a&gt;). Please contact their 
&lt;br&gt;maintainer.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Antony Stubbs&amp;quot; &amp;lt;antony.stubbs@gmail.com&amp;gt;
&lt;br&gt;To: &amp;lt;hsqldb-user@lists.sourceforge.net&amp;gt;
&lt;br&gt;Sent: 28 July 2008 00:32
&lt;br&gt;Subject: Re: [Hsqldb-user] HSQLDB 1.8.0.10 released
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Why isn't it on a maven repo? I've been unable to find any information
&lt;br&gt;regarding this.
&lt;br&gt;&lt;br&gt;Latest available on maven is 1.8.0.7....
&lt;br&gt;&lt;br&gt;&lt;br&gt;fredt wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The latest release of HSQLDB fixes some bugs. No new features have been
&lt;br&gt;&amp;gt; added since the last point release.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; All users are encouraged to switch to this release.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We will now concentrate on the release of the next major version, 1.9, in
&lt;br&gt;&amp;gt; the coming weeks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fred Toussi
&lt;br&gt;&amp;gt; Maintainer, HSQLDB Project
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.net email is sponsored by: Microsoft
&lt;br&gt;&amp;gt; Defy all challenges. Microsoft(R) Visual Studio 2008.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; Hsqldb-user@lists.sourceforge.net
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----
&lt;br&gt;___________________________
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://stubbisms.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stubbisms.wordpress.com&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://stubbisms.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stubbisms.wordpress.com&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;View this message in context: 
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/HSQLDB-1.8.0.10-released-tp17599207p18681903.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/HSQLDB-1.8.0.10-released-tp17599207p18681903.html&lt;/a&gt;&lt;br&gt;Sent from the HSQLDB - User mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great 
&lt;br&gt;prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;Hsqldb-user@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;Hsqldb-user@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;div class=&quot;signature&quot;&gt;___________________________&lt;br /&gt;
&lt;a href=&quot;http://stubbisms.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stubbisms.wordpress.com&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/HSQLDB-1.8.0.10-released-tp17599207p18843798.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18827933</id>
	<title>Re: JDBC connection for j2me applications</title>
	<published>2008-08-05T02:52:36Z</published>
	<updated>2008-08-05T02:52:36Z</updated>
	<author>
		<name>fredt</name>
	</author>
	<content type="html">For CLDC you can use a third party port from here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.spikesoft.ch/?p=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.spikesoft.ch/?p=8&lt;/a&gt;&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Krishnareddy&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18827933&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;krishnareddy.mudiyala@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18827933&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsqldb-user@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: 04 August 2008 08:49
&lt;br&gt;Subject: [Hsqldb-user] JDBC connection for j2me applications
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I need to connect to Hsql database from midlet.There is support for jdbc in 
&lt;br&gt;CDC
&lt;br&gt;based version.But my application is CLDC based.
&lt;br&gt;&lt;br&gt;How can get connection by using connector where i can pass only on param as
&lt;br&gt;opposed to JDBC api where i can pass url username and password.
&lt;br&gt;&lt;br&gt;I need to connect for every combo box list to the database &amp; also i have to
&lt;br&gt;execute around 1000 queries per sec.will it be possible considering memory
&lt;br&gt;management and performance of application?.
&lt;br&gt;&lt;br&gt;Thanks &amp; Regards
&lt;br&gt;&lt;br&gt;Krishna Mudiyala
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great 
&lt;br&gt;prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18827933&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18827933&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JDBC-connection-for-j2me-applications-tp18807082p18827933.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18807082</id>
	<title>JDBC connection for j2me applications</title>
	<published>2008-08-04T00:49:14Z</published>
	<updated>2008-08-04T00:49:14Z</updated>
	<author>
		<name>Krishnareddy</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I need to connect to Hsql database from midlet.There is support for jdbc in CDC
&lt;br&gt;based version.But my application is CLDC based.
&lt;br&gt;&lt;br&gt;How can get connection by using connector where i can pass only on param as
&lt;br&gt;opposed to JDBC api where i can pass url username and password.
&lt;br&gt;&lt;br&gt;I need to connect for every combo box list to the database &amp; also i have to
&lt;br&gt;execute around 1000 queries per sec.will it be possible considering memory
&lt;br&gt;management and performance of application?.
&lt;br&gt;&lt;br&gt;Thanks &amp; Regards
&lt;br&gt;&lt;br&gt;Krishna Mudiyala
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18807082&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JDBC-connection-for-j2me-applications-tp18807082p18807082.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18778123</id>
	<title>Re: Backups for HSQLDB</title>
	<published>2008-08-01T09:20:51Z</published>
	<updated>2008-08-01T09:20:51Z</updated>
	<author>
		<name>fredt</name>
	</author>
	<content type="html">﻿&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=utf-8&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3354&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;For database update use the instructions in the Guide chapter 
5. You cannot restore while a database is being served on the server. Shutdown 
the server and restart after restoring.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;Fred&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;----- Original Message ----- &lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV style=&quot;BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black&quot;&gt;&lt;B&gt;From:&lt;/B&gt; 
  &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18778123&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;commel@...&lt;/a&gt; 
  &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18778123&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsqldb-user@...&lt;/a&gt; 
  &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Sent:&lt;/B&gt; 01 August 2008 13:57&lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Subject:&lt;/B&gt; [Hsqldb-user] Backups for 
  HSQLDB&lt;/DIV&gt;
  &lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV dir=ltr&gt;Hi,&lt;BR&gt;&lt;BR&gt;i am using a HSQLDB-database for my openbravo pos 
  system on a linux box.&lt;BR&gt;&lt;BR&gt;I found that i can use &lt;BR&gt;&lt;BR&gt;script 
  'filename';&lt;BR&gt;&lt;BR&gt;from sqltool to dump the database for a backup. &lt;BR&gt;&lt;BR&gt;But 
  how do i reimport it? Is there a way while the database-server is running? Or 
  do i have to replace the script-file and then restart the 
  hsqldb-server?&lt;BR&gt;&lt;BR&gt;greetings,&lt;BR&gt;Bernd&lt;BR&gt;&lt;/DIV&gt;
  &lt;P&gt;
  &lt;HR&gt;

  &lt;P&gt;&lt;/P&gt;-------------------------------------------------------------------------&lt;BR&gt;This 
  SF.Net email is sponsored by the Moblin Your Move Developer's 
  challenge&lt;BR&gt;Build the coolest Linux based applications with Moblin SDK &amp;amp; 
  win great prizes&lt;BR&gt;Grand prize is a trip for two to an Open Source event 
  anywhere in the 
  world&lt;BR&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;amp;url=/
  &lt;P&gt;
  &lt;HR&gt;

  &lt;P&gt;&lt;/P&gt;_______________________________________________&lt;BR&gt;Hsqldb-user mailing 
  list&lt;BR&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18778123&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;&lt;BR&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18778123&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Backups-for-HSQLDB-tp18773806p18778123.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18773806</id>
	<title>Backups for HSQLDB</title>
	<published>2008-08-01T05:57:04Z</published>
	<updated>2008-08-01T05:57:04Z</updated>
	<author>
		<name>Bernd Ritter-3</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Hi,&lt;br&gt;&lt;br&gt;i am using a HSQLDB-database for my openbravo pos system on a linux box.&lt;br&gt;&lt;br&gt;I found that i can use &lt;br&gt;&lt;br&gt;script &amp;#39;filename&amp;#39;;&lt;br&gt;&lt;br&gt;from sqltool to dump the database for a backup. &lt;br&gt;
&lt;br&gt;But how do i reimport it? Is there a way while the database-server is running? Or do i have to replace the script-file and then restart the hsqldb-server?&lt;br&gt;&lt;br&gt;greetings,&lt;br&gt;Bernd&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18773806&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Backups-for-HSQLDB-tp18773806p18773806.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18773745</id>
	<title>schema creation problem when using hibernate</title>
	<published>2008-08-01T05:52:21Z</published>
	<updated>2008-08-01T05:52:21Z</updated>
	<author>
		<name>elihusmails</name>
	</author>
	<content type="html">&lt;div&gt;Hello,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;I have developed a library that uses hibernate to communicate with a Postgres database.&amp;nbsp; For unit testing, I would like to use hypersonic.&amp;nbsp; My postgres database has multiple schemas.&amp;nbsp; My hopes are that I can just change my hibernate configuration file to use hypersonic instead of postgres and perform unit tests.&lt;/div&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;The problem that I am running in to is that when I start up the tests, I get errors stating that the schemas cannot be found and then the tables cannot be found.&amp;nbsp; From what I have read in the documentation Hypersonic does support schemas, so what am I doing wrong.&lt;/div&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;The only way I have gotten everything to work is to change the sequence and table annotations to not have the schema name in them.&amp;nbsp;&amp;nbsp; So for instance, I have to change the following line to get everything to work.&lt;/div&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;@SequenceGenerator(name=&amp;quot;myschema.tablesequence&amp;quot;)&lt;/div&gt;
&lt;div&gt;@Table(name=&amp;quot;myschema.tablename&amp;quot;)&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;to &lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;@SequenceGenerator(name=&amp;quot;tablesequence&amp;quot;)&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;@Table(name=&amp;quot;tablename&amp;quot;)&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Thanks for any help you can provide.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18773745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/schema-creation-problem-when-using-hibernate-tp18773745p18773745.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18765915</id>
	<title>Troubleshooting a OutOfMemory error</title>
	<published>2008-07-31T16:57:22Z</published>
	<updated>2008-07-31T16:57:22Z</updated>
	<author>
		<name>Parag Thakur</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot; xmlns:p=&quot;urn:schemas-microsoft-com:office:powerpoint&quot; xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot; xmlns:dt=&quot;uuid:C2F41010-65B3-11d1-A29F-00AA00C14882&quot; xmlns:s=&quot;uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882&quot; xmlns:rs=&quot;urn:schemas-microsoft-com:rowset&quot; xmlns:Z=&quot;urn:schemas-microsoft-com:&quot; xmlns:b=&quot;urn:schemas-microsoft-com:office:publisher&quot; xmlns:ss=&quot;urn:schemas-microsoft-com:office:spreadsheet&quot; xmlns:c=&quot;urn:schemas-microsoft-com:office:component:spreadsheet&quot; xmlns:oa=&quot;urn:schemas-microsoft-com:office:activation&quot; xmlns:html=&quot;http://www.w3.org/TR/REC-html40&quot; xmlns:q=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:D=&quot;DAV:&quot; xmlns:x2=&quot;http://schemas.microsoft.com/office/excel/2003/xml&quot; xmlns:ois=&quot;http://schemas.microsoft.com/sharepoint/soap/ois/&quot; xmlns:dir=&quot;http://schemas.microsoft.com/sharepoint/soap/directory/&quot; xmlns:ds=&quot;http://www.w3.org/2000/09/xmldsig#&quot; xmlns:dsp=&quot;http://schemas.microsoft.com/sharepoint/dsp&quot; xmlns:udc=&quot;http://schemas.microsoft.com/data/udc&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:sub=&quot;http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/&quot; xmlns:ec=&quot;http://www.w3.org/2001/04/xmlenc#&quot; xmlns:sp=&quot;http://schemas.microsoft.com/sharepoint/&quot; xmlns:sps=&quot;http://schemas.microsoft.com/sharepoint/soap/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:udcxf=&quot;http://schemas.microsoft.com/data/udc/xmlfile&quot; xmlns:wf=&quot;http://schemas.microsoft.com/sharepoint/soap/workflow/&quot; xmlns:mver=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns:mrels=&quot;http://schemas.openxmlformats.org/package/2006/relationships&quot; xmlns:ex12t=&quot;http://schemas.microsoft.com/exchange/services/2006/types&quot; xmlns:ex12m=&quot;http://schemas.microsoft.com/exchange/services/2006/messages&quot; xmlns:st=&quot;&amp;#1;&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;We are facing a weird problem where we attempt to delete
bunch of objects (the result set could be somewhat large) and it fails with
OutOfMemory error. The heap used is tracking at a moderate level but it seems to
suddenly run of memory during that operation. Is there a way to troubleshoot
this to see what the exact issue is? Ideally I would like to make sure that
OutOfMemory is happening due to the size of the result set and not due to some
bug. Are there any debug options that can be enabled that makes this possible;
something that prints out the total resident memory allocated for HSQL (we have
both cached and non-cached tables) plus result set being allocated etc.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Parag&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18765915&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Troubleshooting-a-OutOfMemory-error-tp18765915p18765915.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18742838</id>
	<title>Re: HSQLDB 1.8.0.10 released</title>
	<published>2008-07-30T14:03:39Z</published>
	<updated>2008-07-30T14:03:39Z</updated>
	<author>
		<name>fredt</name>
	</author>
	<content type="html">We are not reponsible for maintaining this repository 
&lt;br&gt;(&lt;a href=&quot;http://www.mvnrepository.com/artifact/hsqldb/hsqldb&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mvnrepository.com/artifact/hsqldb/hsqldb&lt;/a&gt;). Please contact their 
&lt;br&gt;maintainer.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Antony Stubbs&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18742838&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;antony.stubbs@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18742838&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsqldb-user@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: 28 July 2008 00:32
&lt;br&gt;Subject: Re: [Hsqldb-user] HSQLDB 1.8.0.10 released
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Why isn't it on a maven repo? I've been unable to find any information
&lt;br&gt;regarding this.
&lt;br&gt;&lt;br&gt;Latest available on maven is 1.8.0.7....
&lt;br&gt;&lt;br&gt;&lt;br&gt;fredt wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The latest release of HSQLDB fixes some bugs. No new features have been
&lt;br&gt;&amp;gt; added since the last point release.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; All users are encouraged to switch to this release.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We will now concentrate on the release of the next major version, 1.9, in
&lt;br&gt;&amp;gt; the coming weeks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fred Toussi
&lt;br&gt;&amp;gt; Maintainer, HSQLDB Project
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.net email is sponsored by: Microsoft
&lt;br&gt;&amp;gt; Defy all challenges. Microsoft(R) Visual Studio 2008.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18742838&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-----
&lt;br&gt;___________________________
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://stubbisms.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stubbisms.wordpress.com&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://stubbisms.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stubbisms.wordpress.com&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;View this message in context: 
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/HSQLDB-1.8.0.10-released-tp17599207p18681903.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/HSQLDB-1.8.0.10-released-tp17599207p18681903.html&lt;/a&gt;&lt;br&gt;Sent from the HSQLDB - User mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great 
&lt;br&gt;prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18742838&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Hsqldb-user mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18742838&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/HSQLDB---User-f2616.html&quot; embed=&quot;fixTarget[2616]&quot; target=&quot;_top&quot; &gt;HSQLDB - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/HSQLDB-1.8.0.10-released-tp17599207p18742838.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18709619</id>
	<title>Re: Minimize HSQLDB</title>
	<published>2008-07-29T03:48:11Z</published>
	<updated>2008-07-29T03:48:11Z</updated>
	<author>
		<name>fredt</name>
	</author>
	<content type="html">If you use CACHED tables, you will need to remove the last three excludes. 
&lt;br&gt;You can safely remove two classes that have NIO in their names plus 
&lt;br&gt;ScaledRaFileHybrid from org.hsqldb.persist. Also most of the .properties 
&lt;br&gt;files in the org.hsqldb.resources package.
&lt;br&gt;&lt;br&gt;Among the rest, &amp;nbsp;you should be able to remove the text table support which 
&lt;br&gt;includes, RowInputText(Quoted), RowOutputText(Quoted), TextCache, TextTable. 
&lt;br&gt;Also ScaledRaFileInJar. &amp;nbsp;But removing these files requires modifying other 
&lt;br&gt;source files that reference them.
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Thomas Holzmann&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18709619&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;t.holzmann@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;HSQLdb user discussions&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18709619&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsqldb-user@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: 29 July 2008 10:59
&lt;br&gt;Subject: Re: [Hsqldb-user] Minimize HSQLDB
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for the answer!
&lt;br&gt;&lt;br&gt;However, I think using an outdated version is not a good solution for me
&lt;br&gt;because I'm using it for a trusted computing application &amp;nbsp;(
&lt;br&gt;&lt;a href=&quot;http://trustedjava.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trustedjava.sourceforge.net/&lt;/a&gt;&amp;nbsp;) and therefore the components
&lt;br&gt;should also be up to date and somehow secure.
&lt;br&gt;&lt;br&gt;I've now excluded this parts in the ant file in addition to the
&lt;br&gt;hsqldbmin excludes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;exclude name=&amp;quot;org/hsqldb/DatabaseInformationFull.class&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;exclude name=&amp;quot;org/hsqldb/persist/ScaledRA*&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;exclude name=&amp;quot;org/hsqldb/rowio/RowInputBinary.class&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;exclude name=&amp;quot;org/hsqldb/rowio/RowOutputBinary.class&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;Now the hsqldbmin.jar has a size of about 450 KB.
&lt;br&gt;Does someone have additional exclude suggestions?
&lt;br&gt;I do not need much functionality. I only want to store keys with their
&lt;br&gt;attributes as strings in one table.
&lt;br&gt;&lt;br&gt;Or does does maybe someone have a suggestion for another very, very tiny
&lt;br&gt;DBMS with JDBC driver?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Thomas
&lt;br&gt;&lt;br&gt;&lt;br&gt;fredt wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The web site refers to older versions such as 1.6.1 which you can still
&lt;br&gt;&amp;gt; download and use. These versions have fewer features and are generally OK
&lt;br&gt;&amp;gt; for applets on web pages. We do not maintain or support them.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You may be able to reduce the current jar size by removing some resource
&lt;br&gt;&amp;gt; files and some DatabaseInformationXX files from your build.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fred
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----- Original Message ----- 
&lt;br&gt;&amp;gt; From: &amp;quot;Thomas Holzmann&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18709619&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;t.holzmann@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18709619&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsqldb-user@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: 28 July 2008 16:09
&lt;br&gt;&amp;gt; Subject: [Hsqldb-user] Minimize HSQLDB
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've read on your web side that there exists a version of HSQLDB which
&lt;br&gt;&amp;gt; has less then 100 KB. However, if I try to build the smallest version of
&lt;br&gt;&amp;gt; HSQLDB described in the documentation with ant it has a size of 196 KB.
&lt;br&gt;&amp;gt; If I build the version which should be ok for me to use in my
&lt;br&gt;&amp;gt; application (used as stand-alone database in a java application, so I
&lt;br&gt;&amp;gt; need hsqldbmin.jar ) the package has a size of 476 KB.
&lt;br&gt;&amp;gt; But all the other parts of my application have about 400 KBs together
&lt;br&gt;&amp;gt; and I don't want to double this size only for the database engine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So does someone know if it is possible to make hsqldbmin.jar smaller
&lt;br&gt;&amp;gt; keeping it usable for my needs?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; BTW: I hope thats the right list for this topic...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt; Thomas
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's 
&lt;br&gt;&amp;gt; challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great
&lt;br&gt;&amp;gt; prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the 
&lt;br&gt;&amp;gt; world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Hsqldb-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18709619&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Hsqldb-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/hsqldb-user&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's 
&lt;br&gt;&amp;gt; challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &a