如何从 .NET 应用程序访问 MYOB?
我有兴趣了解如何将 .NET 应用程序(甚至是在任何平台上运行的任何应用程序,甚至可能是 Java 或 PHP)与 MYOB 进行交互。 已经有一个使用 MYOB 的系统,但企业主希望他们的不同分支机构能够相互交互。 我真的很想从熟悉这个问题的人那里了解解决这个问题的可能方法。 非常感谢 :)
I'm interested in finding out how to interface a .NET app (or even just about any app running on any platform, maybe even Java or PHP) with MYOB. There's a system already in place that uses MYOB but the business owner wants their different branch offices to be able to interact with each other. I would be really interested to know the possible approaches to this problem from those of you who are familiar with this. Many thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个 ODBC 驱动程序可用 在这里。 然而,它可能有一些限制。 MYOB 和 QuickBooks 使提取所有数据变得困难——它们试图将您锁定。
There is an ODBC driver available here. There maybe some limitations to it, however. Both MYOB & QuickBooks make it difficult to extract all the data -- they attempt to lock you in.
大约一个月前,我参加了 MYOB 研讨会,MYOB 今年即将推出一个与 .net 和 SQLServer 一起使用的 API,以及一项新的开发人员/合作伙伴计划,因为他们正在对其软件进行重大重写。
不过必须等待下一个版本...
目前 ODBC 驱动程序是实现这一点的方法。
I was at a MYOB seminar a month or so ago and MYOB are about to roll out an API for use with .net and SQLServer this year as well as a new developer/partner initiative as they are doing a major rewrite of their software.
Have to wait for the next version though...
Currently the ODBC driver is the way to do it.