Click here to Skip to main content
15,890,670 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Friends,

I wanted to Synchronize sage 50 with C#.NET based Windows Application which should having facility to updated Stocks, and other Information, all information should be transferred using Excel files.

So what should i consider while working/starting with this.

Thanks All..
Posted

You should consider using the Sage 50 SDK, it provides a safe and effective way of importing data into Sage's propitiatory database structure.

If you inject straight into the Sage 50 structure you stand a very high risk of corrupting it as Sage built it based on a flat file database structure.
 
Share this answer
 
Use ODBC or OleDB connection - this works great for Excel files (can read it as a database and update it just like an ordinary databse - using SQL syntax)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900