使用RSSBus远程连接到QuickBooks数据 [英] Remote Connection to QuickBooks Data using RSSBus

查看:107
本文介绍了使用RSSBus远程连接到QuickBooks数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用RSSbus ADO.net库访问QuickBooks文件,以便从正在处理的应用程序中导入和导出。我已经成功使用本地文件连接设置连接并获取数据,但似乎无法使URL连接设置正常工作。阅读文档没有帮助。

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?

目前,根据我从文档中了解到的信息,我应该能够拥有一个库来从Web应用程序连接到用户的本地QuickBooks文件?连接字符串设置为:URL = http:// localhost:2080,它将连接。

Currently from what I have understood from the documentation I should just be able have a connection string set to: URL=http://localhost:2080 and it'll connect.

推荐答案

QuickBooks本身不会本机提供一种方法,您可以通过网络连接第三方应用程序。但是,如果您有一个本地应用程序可以实现此目的,那么该本地应用程序可以通过网络促进第三方应用程序和QuickBooks之间的通信。

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.

RSSBus的QuickBooks ADO.NET Provider随带使用QBConnector应用程序。默认情况下,此文件安装到[C:\Program Files(x86)\RSSBus\RSSBus QuickBooks Data Provider\QBConnector]。可以将QBConnector复制到运行QuickBooks的计算机上,然后从命令行运行,以促进QuickBooks与QuickBooks数据提供程序之间的通信。 URL /用户/密码属性均用于指向和登录QBConnector。

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.

QBConnector在联机帮助中的详细说明如下:
http://rssbus.com/kb/help/RQR1-A/pg_qbconnector。第一个

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

这篇关于使用RSSBus远程连接到QuickBooks数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆