Migrate MS Access to MySQL

爱⌒轻易说出口 提交于 2019-12-24 14:17:27

问题


I'm getting data as an Access file.

My application uses MySQL/Java. I'd like to parse the Access data, and stick it in MySQL.

Is there a Java tool that will help me do this?


回答1:


MDB Tools is a set of open source libraries and utilities to facilitate exporting data from MS Access databases (mdb files) without using the Microsoft DLLs. Thus non Windows OSs can read the data.




回答2:


If this is a one time conversion just use MS-Access, link to your MySQL database tables and use update queries to transfer the data.

If your app needs to import Access data into MySQL on a continuing basis you could connect to Access via ODBC and then have your app write the data to MySQL.



来源:https://stackoverflow.com/questions/1434493/migrate-ms-access-to-mysql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!