How can I access mainframe data with .Net applications and SQL Queries?

Posted by orandov on Stack Overflow See other posts from Stack Overflow or by orandov
Published on 2010-03-05T18:32:12Z Indexed on 2010/03/08 8:51 UTC
Read the original article Hit count: 286

Filed under:
|
|

We have a large amount of data stored on an IBM mainframe using VSAM files. A lot of this data is dropped on the network every night in the form of text files to be processed and dumped into FoxPro and SQL Server databases. There are also many text files produced nightly by custom applications that get uploaded to the mainframe to keep everything in sync.

Keeping the everything in sync is very tricky, to say the least. We are not getting rid of the mainframe any time soon and we would like to replace all the nightly batch processing with real time access to the mainframe data.

We would like to be able to:

  1. Read data directly from the mainframe and produce reports based on it. Possibly using SQL queries.
  2. Read and Write data from custom .Net applications.

We are not looking for a new platform to interface with the mainframe like Information Builders offers. We don't want to build application modules or reports with new "Business Intelligence" tools. We already know how to generate reports and write custom applications using SQL,.Net, Visual Studio, etc. All we are looking for is some sort of adapter to connect to our mainframe data.

Any ideas are appreciated.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about sql