> hi everyone. i working on a java swing application. i want to load
> mysql program as automatic with nullsoft install program and i want the
> define mysql user and password as automatic. i dont know these, how to
> copying mysql database as offline file (such as ms access file .mdb
> extension).

Signature
Mladen Adamovic
http://home.blic.net/adamm
>> hi everyone. i working on a java swing application. i want to load
>> mysql program as automatic with nullsoft install program and i want the
[quoted text clipped - 3 lines]
>
> I would consider moving to Java embedded SQL database like HSQLDB.
Fine answer. We are thinking on doing the same thing (using HSQLDB
instead of MySQL, so that installation can be automated). Also think:
MySQL is a database server, which needs DBA to upgrade it, monitor its
behavior, take backups etc. If you install it automatic, does the user
of your Java program even know that there is a database installed to
his machine? HSQLDB (hsqldb.org) has limit of 2 GB (8 GB "cached")
database, so it should be big enough. And if it is not, then your
users _really_ need DBA for the MySQL !
--
Arto Viitanen
Espoo, Finland
kivanchleo (DEAD.or.GONE) - 22 Dec 2005 10:47 GMT
thanks for your answers. i will try to hsqldb for my application. good
works and thank you again...