MS Access 和 SOAP、XMLRPC 等
我在 Google 上进行了多次搜索,但发现有关使用 MS Access 2007 的 Web 服务的信息非常少。我确信这在某种程度上是可能的,但我找不到任何相关信息。
有什么想法吗?
I have been searching high and low on Google and finding very little information on using Web services with MS Access 2007. I'm sure this is possible somehow but I can't find any relevant information.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看 Danny Delasandrini 的文章 使用 Access 的 Web 服务。至少这应该可以帮助您入门(尽管它早于 A2007 和 A2010)。
Have a look a Danny Delasandrini's article on consuming web services from Access. That should get you started, at least, (though it predates A2007 and A2010).
是的,过去对我有用的是构建一个可 com 调用的 .NET 组件,将其安装在用户的计算机上,并使用 VBA 从访问数据库引用 COM 接口。
Yeah, what has worked for me in the past is to build a com-callable .NET component, install it on the user's machine, and reference the COM-interface from the access database using VBA.
我正在使用 XMLRPC 在 MS Access 2010 和 WordPress 4.0 之间进行开发和集成。我在 8 篇文章中记录了该过程和一些代码:
1) 发布发布
2) 文件上传
3) 精选图片
4) 自定义类型
< a href="http://viviendoenlaeradelaweb20.blogspot.com.ar/2014/09/publicar-en-wordpress-desde-microsoft_35.html" rel="nofollow">5) 自定义字段
6) 完整过程
7) 安全
8) 帖子删除
我希望这对某人有帮助。我很难找到文档。
但它就像一个魅力!
I was developing and integration between MS Access 2010 and WordPress 4.0 using XMLRPC. I documented the process and some code in 8 articles:
1) Post publish
2) File upload
3) Featured image
4) Custom Type
5) Custom Fields
6) The complete proccess
7) Security
8) Post delete
I hope it will be helpful for somebody. It was very difficult to me to find documentation.
But it works like a charm!