与C#代码中的Quickbook集成的最佳方法是什么? [英] What is the best way to integrate with quickbooks from C# code?

查看:74
本文介绍了与C#代码中的Quickbook集成的最佳方法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从我的研究看来,基本上有3种选择.

from my research it looks like there are basically 3 options.

1:使用COM
2:使用Web服务和Web连接器
3:使用第3方组件(似乎有很多)

1: Using COM
2: Using A Webservice and the web connector
3: Using a 3rd party component (and there appears to be quite a few)

这些选项中的每一个对我来说都是一个问题:
1:有人告诉我我不能使用COM
2:由于我需要从Windows Service进行集成,因此该解决方案对我来说似乎非常关键.
3:其中一些解决方案相当昂贵.

Each of these options present a problem for me:
1: I was told I cant use COM
2: This solution seems very hokey to me since I am needing to integrate from a windows service
3: Some of these solutions are rather expensive.

我看起来我必须走第三次聚会的路线,我的脑海中有两位领跑者:

I looks like I am going to have to go the 3rd party route and there are two front runners in my mind:

1:QODBC(http://www.qodbc.com/usa.html)
2:AccessBooks(http://www.synergration.com/AccessBooksUpdater/default.aspx)

1: QODBC (http://www.qodbc.com/usa.html)
2: AccessBooks (http://www.synergration.com/AccessBooksUpdater/default.aspx)

亲爱的读者,我的问题如下:

My questions, dear reader, are as follows:

1:您将使用哪种解决方案(COM,Web服务,哪个第三方)?
2:为什么您会选择其他选项呢?
3:我还有其他选择吗?

1: Which solution (com, web service, which 3rd party) would you use?
2: Why would you choose it over the other options?
3: Is there some other option that I have missed?

推荐答案

我已经决定使用上面未提及的另一种产品,称为"QuickBooks ADO.NET数据提供程序",它显然是由制造QuickBooks集成器的人制造的产品

I have decided to go with another product not mentioned above called "QuickBooks ADO.NET Data Provider" it is apparently made by the same folks who make the QuickBooks integrator product

我选择它的原因...

The reasons I chose it...

1)它具有远程访问组件
您安装了远程服务器,就可以从网络上的任何地方访问QuickBooks数据

1) It has a remote access component
You install the remote server, and you can access your QuickBooks data from anywhere on your network

2)远程访问组件可以作为服务运行
纳夫说

2) The remote access component can run as a service
Nuff said

3)为QuickBooks数据提供SQL样式的接口.
4)进行一些自动魔术缓存以加快数据访问速度

3) Provides a SQL style interface to the QuickBooks data
4) Does some auto magic caching to speed up the data access

这篇关于与C#代码中的Quickbook集成的最佳方法是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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