java and database question

hey all

i am developing a java swing application that would connect to a mysql database and queries it and upgrade it and all this stuff...this application is to be installed on a client pc....

my question is what is the professional way to deploy the database...should i download the mysql installer and install it on the user pc and then enter and the console and create all the tables?....is this the professional way?

please help

thanks in advance

[482 byte] By [bif_fa] at [2007-11-27 4:28:17]
# 1

> ...should i download the mysql installer

> and install it on the user pc and then enter and the

> console and create all the tables?....is this the

> professional way?

Yes. You can however create an installer that does that. If you do that then you must allow the user the option of not doing that (so they can install it themselves if they want.)

jschella at 2007-7-12 9:37:00 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...