Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running C# against Sage Line50 data

Status
Not open for further replies.

StevenK

Programmer
Jan 5, 2001
1,294
GB
I'm new to C# and Sage Line50 (accounting software).
We are able to access Sage Line50 data (through an ODBC connection) but this is read-only. We cannot write back to the Sage tables through this means.
Has anyone attempted to do this ?
Can anyone make suggestions as to how I can do this ?
Thanks in advance
 
Is there a OLEDB driver for the database holding your Sage accounting data? If so, you can use the OleDb classes (in System.Data.OleDb namespace) to access it.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top