开发者

Remote Connection to QuickBooks Data using RSSBus

开发者 https://www.devze.com 2023-03-08 03:18 出处:网络
I\'m using the RSSbus ADO.net library to access a QuickBooks file for import and exporting from an application I\'m working on. I have had success connecting and getting data using the local file conn

I'm using the RSSbus ADO.net library to access a QuickBooks file for import and exporting from an application I'm working on. I have had success connecting and getting data using the local file connection setting, but I cannot seem to get the URL connection setting to work. Reading the documentation has not been helpful. Has anyone else used the library to connection from a Web Application to a user's local QuickBooks file?

Currently from what I have understood from the documentation I should ju开发者_开发技巧st be able have a connection string set to: URL=http://localhost:2080 and it'll connect.


QuickBooks by itself does not natively have a method for you to connect 3rd party applications over a network. However, this is possible if you have a local application that can facilitate communication between the 3rd party app and QuickBooks over a network.

The QuickBooks ADO.NET Provider by RSSBus comes with a QBConnector application. This is installed to [C:\Program Files (x86)\RSSBus\RSSBus QuickBooks Data Provider\QBConnector] by default. The QBConnector can be copied to the machine running QuickBooks and run from the command-line to facilitate communication between QuickBooks and the QuickBooks Data Provider. The URL/User/Password properties are all used to point to and login to the QBConnector.

The QBConnector is explained in greater detail in the online help here: http://rssbus.com/kb/help/RQR1-A/pg_qbconnector.rst

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号