如何从MS Access使用SQLite数据库? [英] How to use SQLite database from MS Access?

查看:170
本文介绍了如何从MS Access使用SQLite数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用Microsoft Access的SQLite数据库(从内容访问或将内容传输到Microsoft Access)。

I would like to use an SQLite database from Microsoft Access (access from- or transfer the contents to Microsoft Access).


  • 如何可以使用VBA完成吗?

这适用于无法安装额外软件的客户:

This is for a client who can not install extra software:


  • VBA中是否存在使用SQLite数据库的库?

推荐答案

如果您可以使用sqlite3.exe命令行工具,则让VBA生成该工具并将数据转储到csv文件。然后Access可以读取本地数据和CSV文件并进行适当的复制。

If you can use the sqlite3.exe command line tool, then have VBA spawn that and dump the data to a csv file. Then Access can read both local data and the CSV file and copy appropriately.

这篇关于如何从MS Access使用SQLite数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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