Extracting data from a field in Sage 50 into an application

439 views Asked by At

This isn't so much a question but more so a "Could someone please point me in the right direction".

I have been given a task at work to bring across some data in a field from a product in Sage 50 into our application (written in C# for reference). The information is static and will not be used for any form of calculation, it is just a description of a product, IE Pack of 10.

I have never done anything with Sage before and I was wondering if someone could shed some light on which direction I would need to go for this.

1

There are 1 answers

0
PhilMY On BEST ANSWER

Install the Sage ODBC Driver then use classes from System.Data.Odbc to connect and query.