Unable to render {include} The included page could not be found.
Tuscany/TuscanyC++ /DAS C++ Overview/RDBDAS C++ User Guide
Introduction
This Guide provides user-level information describing the capabilities of the RDB DAS.
Concepts
This section provides an overview of several main concepts that are key to understanding and working with the RDB DAS.
- ConventionOverConfiguration
- ChangeSummaryProcessing
- WriteOperationOrdering
- PartialUpdate
- ResultSetDrivenDataObjectTypes
- OptimisticConcurrencyControl
- ForeignKeyRepresentationAndManagement
Capabilities (How to)
- WorkingWithBasicCrud- Reading and writing to the database
- WorkingWithOptimisticConcurrencyControl
- WorkingWithRelationships
- WorkingWithConventions
- WorkingWithCompoundKeys
- WorkingWithNameMapping
Samples (See Capabilities In Use)
User can try the samples below to understand the above mentioned concepts and capabilities.
- Company Sample (Demonstrates basic CRUD)