Contents

Chapter 1: 
 
  • 1.1 Caché .net Binding Architecture
  • 1.1.1 Software Requirements
  • 1.2 The Caché .net Sample Programs
  • Chapter 2: 
     
  • 2.1 Adding Caché Provider to a New Project
  • 2.2 Creating a Connection
  • 2.3 Caché Server Configuration
  • Chapter 3: 
     
  • 3.1 Introducing the Caché Managed Provider
  • 3.1.1 Overview of Caché ADO Provider Classes
  • 3.2 Using CacheCommand and CacheDataReader
  • 3.3 Using SQL Queries with CacheParameter
  • 3.4 Using Transactions
  • Chapter 4: 
     
  • 4.1 Introduction to Proxy Objects
  • 4.2 Generating Caché Proxy Classes
  • 4.2.1 Adding the Caché Object Binding Wizard to Visual Studio
  • 4.2.2 Using the Caché Object Binding Wizard
  • 4.2.3 Adding Caché Classes to a .net Project
  • 4.3 Using Proxy Objects
  • 4.3.1 Opening and Reading Objects
  • 4.3.2 Creating and Saving Objects
  • 4.3.3 Deleting Objects
  • 4.4 Using Caché Queries
  • 4.5 Using Collections
  • 4.6 Using Relationships
  • 4.7 Using Caché Inherited Methods
  • Chapter 5: 
     
  • 5.1 The CacheClient Namespace
  • 5.1.1 Connection and Command Classes
  • 5.1.2 Reader and Adapter Classes
  • 5.2 The CacheTypes Namespace
  • 5.2.1 Caché Object Classes
  • 5.2.2 Caché Collection Classes
  • 5.2.3 Date and Time Structs
  • 5.2.4 Exception Classes
  • 5.2.5 Stream Classes
  • 5.2.6 SysList Classes