How to import msaccess into mysql in lan using jdbc

Please, answer this topic which I posted to the forum long before.
[73 byte] By [Vinodbhai@suna] at [2007-11-27 5:23:48]
# 1

If you ask me it would be easier to dump the access database as an SQL script, change it by hand so it has the syntax that MySQL wants and then import it into MySQL using the command line interface, or your favorite graphical user interface to work with MySQL. Or try to find a tool on the net that can do this conversion for you.

If you desperately want to do it with JDBC, you can connect to the access database using the JDBC-ODBC bridge driver, and to MySQL using the connector/j driver you can find on the mysql database. The rest you do with SQL, select from the access database and insert into the MySQL database. Of course you will first need to create the database and tables in MySQL.

gimbal2a at 2007-7-12 11:49:48 > top of Java-index,Java Essentials,Java Programming...
# 2
Msaccess belongs to a vb application and is somewhere in the lan.I have to get connected to it without creating dsn from my application and import its data into mysql database.Please, send me the source code.
Vinodbhai@suna at 2007-7-12 11:49:48 > top of Java-index,Java Essentials,Java Programming...