Goals for the Managed Data Provider for Host Files

The primary purpose of the Managed Data Provider for Host Files is to enable developers to access files and data structures on mid-range and mainframe systems using the Microsoft .NET Framework. This differs from the Managed Provider for DB2, which enables developers to access host DB2 recordsets.

The Managed Data Provider for Host files was designed with the following capabilities in mind:

  • Granting developers access to the file system commands of mid-range and mainframe systems. By exposing the file system commands, a developer can perform such activities as setting record attributes, locking files and records, navigating between records, and modifying file contents. Such activities are exposed primarily through the Managed Provider for Host Files interface.

  • Granting access to the file commands of the most popular mid-range and mainframe file server systems. In doing so, developers familiar with IBM i input and output commands can use their knowledge to access mid-range file systems. This differs from the Managed Provider for DB2, which allows developers familiar with SQL to use that knowledge to access DB2/400 tables.

  • Improving the bulk transfer rate between systems.

See Also

Managed Data Provider for Host Files