Enter your email address:

Delivered by FeedBurner


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hsqldb another database how to use it.
01-03-2012, 12:02 AM
Post: #1
Hsqldb another database how to use it.
HyperSQL DataBase(hsqldb) is a lightweight database that can be use instead of mysql when you are working with hibernate or struts or whatever program,You can download hsqldb from In order to view links, you must have to reply to this thread. .
After downloading extract it to the folder and to start the database server enter in to the folder and provide following command
"forex:c:\hsqlbd>java -cp ./lib/hsqldb.jar org.hsqldb.Server"
To start executing the commands go to installed folder and type "c:\hsqldb>java -cp ./lib/hsqldb.jar org.hsqldb.util.DatabaseManager" and enter the settings like driver,username and password and click ok
Finally execute the command in the prompt to execute the sql query
For connecting database use the driver "Class.forName(org.hsqldb.JdbcDriver)"
for connecting Connection con=con.createStatement("jdbc:hsqldb:hsql://localhost/")
Now enjoy working in hsqldb database server happy coding.
In order to view links, you must have to reply to this thread.
In order to view links, you must have to reply to this thread.

Note:
For all the jobs, make sure to call the given number and attend the walkin. if you get this information is not accurate, please reply to this thread to help others.
Find all posts by this user
Add Thank You Quote this message in a reply
Advertise here or at any positions around our site send a mail to info@walkinsforum.com
Post Reply 


[-]
Share/Bookmark (Show All)
Facebook Linkedin Technorati Twitter Digg MySpace Delicious

Possibly Related Threads...
Thread: Author Replies Views: Last Post
Tongue Finding/removing duplicate values from database using sql rajasri 0 145 12-19-2011 05:47 PM
Last Post: rajasri
  Display data from database in php rajasri 0 404 12-14-2011 11:52 AM
Last Post: rajasri
Sad Create database and table from jsp page rajasri 0 744 12-12-2011 10:36 PM
Last Post: rajasri
Smile How to backup database of mysql using bat rajasri 0 423 12-12-2011 10:11 PM
Last Post: rajasri

Forum Jump:


User(s) browsing this thread: 1 Guest(s)