问题描述
我需要从Sage Line 50中提取产品列表.有什么办法可以做到而不必花1500英镑加入开发人员计划?
I need to pull the product list from Sage Line 50. Is there any way to do this without having to spend £1500 on joining the developer program?
我只需要读取数据,不需要将数据放回Sage.我见过奇怪的Sage ODBC.Net驱动程序,但是我找不到任何教程或示例来说明如何完成此操作?
I only need to read data, I do not need to put data back into Sage. I've seen the odd mention of an ODBC.Net driver for Sage, but I cannot find any tutorials or examples of how this is done?
谢谢.
推荐答案
第50行中的ODBC驱动程序不需要任何其他功能.自从我这样做已经很久了,但是例如,如果您使用的是Visual Studio,您应该能够使用Server Exlplorer中的Microsoft ODBC数据源来建立数据连接.如果您已安装Line 50,则它应显示为DSN.只有当您要回写时,您才需要支付更多,您应该能够以只读方式查看产品,分类帐等.
You don't need any extras for the ODBC driver in Line 50. It is ages since I did this, but if you are using Visual Studio for instance, you should be able to set up a data connection using a Microsoft ODBC Data Source in Server Exlplorer. If you have Line 50 installed, it should show up as a DSN. It is only when you want to write back that you need to pay more, you should be able to see the products, ledgers, etc. in read only.
这篇关于如何从Sage Line 50访问产品列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!