Adding hsql sql command to jdbc url ?

View: New views
2 Messages — Rating Filter:   Alert me  

Adding hsql sql command to jdbc url ?

by SergeTk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello.

I'm new hsql jdbc setup so I was wondring if someone could confirm to me
that following url is correct.Especially the part where I add write_delay , would it force to write any commits to db without delay ??

jdbc:hsqldb:file:devDB;shutdown=true;write_delay=false;


thank you .





Re: Adding hsql sql command to jdbc url ?

by Fred Toussi-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The shutdown=true property setting is fine. AFAIR, the write_delay property
is not taken on board in 1.8.x. You have to use an SQL command for this.

In 1.9, the prpperty is effective, but it is used as
hsqldb.write_delay=false

If you are new, use 1.9.

Fred
----- Original Message -----
From: "SergeTk" <tkatchserg@...>
To: <hsqldb-user@...>
Sent: 24 September 2009 01:37
Subject: [Hsqldb-user] Adding hsql sql command to jdbc url ?



Hello.

I'm new hsql jdbc setup so I was wondring if someone could confirm to me
that following url is correct.Especially the part where I add write_delay ,
would it force to write any commits to db without delay ??

jdbc:hsqldb:file:devDB;shutdown=true;write_delay=false;


thank you .





--
View this message in context:
http://www.nabble.com/Adding-hsql-sql-command-to-jdbc-url---tp25531340p25531340.html
Sent from the HSQLDB - User mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Hsqldb-user mailing list
Hsqldb-user@...
https://lists.sourceforge.net/lists/listinfo/hsqldb-user 


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Hsqldb-user mailing list
Hsqldb-user@...
https://lists.sourceforge.net/lists/listinfo/hsqldb-user