简体   繁体   English

如何在Access vba中使用XMLDiffPatch.dll?

[英]How can I use XMLDiffPatch.dll in Access vba?

I downloaded XMLDiffPatch.dll from Microsoft site and ran the install. 我从Microsoft网站下载了XMLDiffPatch.dll并运行了安装程序。 The dll seems to have been registered - but when I try to reference it from Access vba tools menu, I get an error: 该dll似乎已被注册-但是当我尝试从Access vba工具菜单中引用它时,出现错误:

Can't add a reference to the specified file

I wish to be able to call XMLDiff and XMLPatch from vba - how can I achieve that? 我希望能够从vba调用XMLDiff和XMLPatch-如何实现? Why can I not reference the dll from vba? 为什么我不能从vba引用dll?

PS: I would not mind a solution that offers a java jar instead; PS:我不介意提供Java jar的解决方案。 actually I would prefer that. 实际上,我更愿意这样做。 But I have not been able to find an XMLDiffPatch jar on the web. 但是我无法在网上找到XMLDiffPatch jar。

查看评论:链接到C#中的XMLDiffPatch示例代码和SO上的类似问题

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 Access VBA 将各种记录的标题导出为 XML? - How do I use Access VBA to export to XML with headings for various records? 如何创建VBA函数(用于Access 2010),将直通查询导出为XML文件? - How can I create a VBA function (for Access 2010) that exports pass-through queries as XML files? VBA和XML:当属性名称相同时,如何访问某些数据? - VBA and XML: How can I access certain data when attribute name is the same? 如何从Access VBA中导出很多名称不同的XML文件? - How can I export a lot of XML file with different names from Access VBA? 如何在 Restful Codeigniter 中使用 rest_enable_access? - How Can I Use rest_enable_access in Restful Codeigniter? XML / XSLT / Access / VBA:在导入到Access数据库之前,如何将所有子元素(甚至是未知元素)合并为一个? - XML/XSLT/Access/VBA: how can i merge all child elements (even unknown elements) into one, before importing to Access database? 如何访问已解析的XML数据并将其用于其他方法? - How can I access parsed XML data and use it in other methods? 我可以在VBA中使用XElement吗? (在VB.NET中不) - Can I use XElement in VBA? (NOT in VB.NET) 如何在 Document.createElement() 中使用特殊字符 - VBA DOM XML - How can I use special character in Document.createElement() - VBA DOM XML 如何使用以下VBA代码在表单上创建一个命令按钮,该命令按钮生成“另存为”对话框并导出Access查询? - How do I use the following VBA code to create a command button on my form that produces “Save As” Dialog Box and exports Access queries?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM