如何将 MYOB Exo Business (Exonet) 集成到 .NET 应用程序?
我目前正在探索将 MYOB Exo Business (Exonet) 集成到使用 ASP.NET 3.5 开发的购物车的可能性。据我了解,有一个 MYOB ODBC 驱动程序可用作连接器。这是唯一的方法吗?
I'm currently exploring the possibility of integrating MYOB Exo Business (Exonet) to a shopping cart developed using ASP.NET 3.5. I understand that there is an MYOB ODBC driver to use as a connector. Is this the only way to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您对 MYOB Exo Business 很幸运,因为它在 SQL Server 后端上运行。您可以使用所有常规工具直接连接到数据库。
更新:
自从回答这个问题后,MYOB 发布了一个有限的 Restful API。更多详细信息可以在此处找到
You are in luck with MYOB Exo Business, as it runs on a SQL Server backend. You can connect directly to the database using all the normal tools.
UPDATE:
Since answering this question, MYOB have release a limited Restful API. More details can be found here