Results 1 to 2 of 2
Thread: Hsqldb
- 09-25-2009, 08:08 PM #1
Member
- Join Date
- Oct 2008
- Posts
- 32
- Rep Power
- 0
Hsqldb
Hello,
For doing O/R mapping, I'm using for creating the tables "HSQLDB".
I have started up HSQLDB GUI by typing:
java -cp hsqldb.jar org.hsqldb.util.DatabaseManager
And the settings as follows:
Type: HSQL Database Engine Standalone
URL: jdbc:hsqldb:../../hsqldb/hibernateDB
And created two tables "A" and "B"
On the other hand, I started the server using the following command:
java -cp hsqldb.jar org.hsqldb.Server -database hibernateDB
So, that I run the server, and this is the message that I got at my DOS command prompt window:
server.properties not found, using command line or default prop
Opening database: hibernatetutorial
HSQLDB server 1.7.1 is running
Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptl
Fri Sep 25 20:52:33 EEST 2009 Listening for connections ...
And, after that I laynched the HSQLDB GUI once again, but changed the "Type" setting to the following:
HSQL Database Engine Server
And, provided that the "Server" is still running, I'm expected to view the tables that I created at the left hand side of the HSQLDB GUI window, but that did NOT happen, why is that?
Thanks.
- 10-20-2009, 11:10 AM #2
Similar Threads
-
can't load the driver (hsqldb)
By tomiu in forum JDBCReplies: 7Last Post: 06-09-2009, 11:23 PM -
Configure HSQLDB in RedHatEnterpriseLinux 4
By vrk in forum JDBCReplies: 0Last Post: 02-13-2009, 06:44 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks