How can I connect and fetch data from a Sage 200 database through a ODBC connection using C#?
I have no code to show because I'm stuck even with the connection string part... I found tutorial or article only about MySQL, Microsoft Server, and etc..
[EDIT]
I have solved, the problem was that I was using SqlConnection
instead of the OdbcConnection
class.