将MySQL转换为MS Access [英] Converting MySQL to MS Access

查看:177
本文介绍了将MySQL转换为MS Access的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在MySQL中有一个表,有大量的数据,我真的不想手动复制到MS Access。简单来说,如何将表从MySQL转换为MS Access。

I have a table in MySQL with a large amount of data that I would really rather not manually copy accross to MS Access. In simple terms how would I convert the Table from MySQL to the MS Access.

提前感谢!

S

推荐答案

一个选择是使用ODBC。使用Access从MySQL中提取数据。

One option is to use ODBC. Use Access to pull in the data from MySQL.


  • 安装 MySQL ODBC驱动程序

  • 为MySQL数据库创建系统DSN。

  • 创建新的Access数据库。

  • 找到用于导入外部数据的approprate Access菜单命令。这将取决于您的Access版本。 A2010有一个名为外部数据的功能区菜单。

  • 使用您创建的DSN选择ODBC数据源(机器数据源)。

  • 您需要的表格,然后继续导入。

  • Install the MySQL ODBC driver.
  • Create a system DSN for the MySQL database.
  • Create a new Access database.
  • Find the approprate Access menu command for importing external data. This will depend on your version of Access. A2010 has a ribbon menu called "External Data".
  • select the ODBC data source (Machine Data Source) using the DSN you created.
  • select the tables you need, and proceed with the import.

这篇关于将MySQL转换为MS Access的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆