0

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.

Samuel Lelièvre
  • 3,212
  • 1
  • 14
  • 27
Hello World
  • 1,379
  • 4
  • 20
  • 41

1 Answers1

0

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

PhilMY
  • 2,621
  • 21
  • 29