Automatically connect to a DB in a swing application
Posted
by Oussama
on Stack Overflow
See other posts from Stack Overflow
or by Oussama
Published on 2009-07-01T10:54:33Z
Indexed on
2010/05/31
1:02 UTC
Read the original article
Hit count: 227
Hello,
I m working on a single user swing application that access an hsqldb database. How can i Automatically run the DB server when a user run the application.?
for example, after i finish development i will put the application into an exe file.
If the exe file is distributed to multiple users. How can the DB server run and the DB be created when the user run the exe file?
Thanks
© Stack Overflow or respective owner