Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

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