Skip to main content

Using .NET

Using .NET provides an introduction to accessing Caché multivalue data from .NET code. After completing this part of the tutorial, you will be able to:

  • Describe the features, components, and requirements of the Caché Managed Provider for .NET (CMP).

  • Use the CacheNetWizard.exe to generate .NET proxy classes from a Caché class.

  • Create a database connection to Caché using the CMP.

  • Use .NET proxy classes and the CMP to read and update Caché data in a purely object-oriented fashion.

  • Use the CacheDataReader class to read and update Caché data.

  • Use the CacheDataAdapter class to fill an ADO.NET DataSet with Caché data.

Note that all of the examples in this section of the tutorial demonstrate connecting .NET code to a multivalue application that has been imported into Caché.

Note:

Click here to begin.

FeedbackOpens in a new tab