how can I insert a DB in my java application?

hello every body!I want to use a database (Hypersonic SQL) into my application.but i don't know how insert it on my application, so from when can i start?please send me link if you know any online tutorial .thanks.
[250 byte] By [ChackaPa] at [2007-11-27 7:41:42]
# 1
Is that database java? Then you include the jar(s).If it isn't java then you can't embed it.
jschella at 2007-7-12 19:22:22 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2

HSQL is entirery written in java.

I got few information to embedd it within my application.

I still asking my self whether the receiver of the distributed copy have to do all tasks i made for that database configuration.

is there any nice way to do it entirey so that the user will not all the job manually?

thanks a lot.

ChackaPa at 2007-7-12 19:22:22 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3
You can run HSQL in several modes. I don't exactly understand what you're after, because you haven't expressed yourself very clearly, but basically the manual will answer your questions better than I could anyway. http://hsqldb.org/
dcmintera at 2007-7-12 19:22:22 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...