MS Access 与 C# 交互

发布于 2024-10-31 14:26:04 字数 217 浏览 0 评论 0原文

我需要向一个 MSAccess 项目添加一些 XML 功能。对我来说完成这项工作最简单的方法是编写一些 C# 代码,该代码将读取数据并将其以 XML 形式写入本地磁盘。我不知道如何通过 ms access 的用户界面与 c# 进行交互。我正在寻找的是 MSSQL 数据库中存在的某种 CLR,您可以在其中从存储过程或 udfs 调用 C# 库。或者我应该简单地编写控制台应用程序并使用参数从 MS Access 调用它。

Ineed to add some XML features to one MSAccess project. Easyest way for me to done this job is to write some C# code whic is going to read data and write that to local disk in XML. What I do not know is how to interact acces with c# trought user interface of ms access. What I looking for is some kind of CLR as exist in MSSQL databases wher you can call c# library from stored proc or udfs. Or i shold simple write console app and call it from MS access with params.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

谁的新欢旧爱 2024-11-07 14:26:04

您还可以使用 VBA 读取和写入 XML。

http://msaccess-dox.net/MS.Press-Programming .Microsoft1/8368final/LiB0113.html

否则,您可以创建一个 COM 类来公开这些功能并从 Access 应用程序中调用它

You can read and write XML with VBA also.

http://msaccess-dox.net/MS.Press-Programming.Microsoft1/8368final/LiB0113.html

Otherwise, you can create a COM class that would expose these functionality and call that from your Access application

你没皮卡萌 2024-11-07 14:26:04

您可以使用 来自 C# 的 Jet Engine

然而,自动化表单、报告和宏(VBA 模块)正在发展如果可能的话要努力

You can read/write to access databases using the Jet Engine from C#

However, automating Forms, Reports and Macro (VBA Modules) is going to be hard if at all possible

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文