One of my company's clients has requested a program that will access their ERP's Database and manipulate some of the data that their ERP package does not have.

However, their systems are pretty old and they haven't upgraded in over a decade. The database that handles their ERP package is a Progress 8.3d database that was released in 2001.

I have tried looking into ways of connecting to this but I really have no clue, The application that we will be writing will most probably be C# on the .NET framework of at least 3.5.

有帮助吗?

解决方案

Not really an answer, and I don't know 'Progress' Databases. But are there ODBC Drivers available for that DB system? If so, you could use those.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top