Data Model > Extending the UNICOM Intelligence Data Model > Creating a CDSC > Implementing the features of a CDSC
 
Implementing the features of a CDSC
This section describes how to implement the features of a CDSC. Although primarily aimed at developers creating a CDSC in Visual C++, most of the information also applies to creating a CDSC in other development environments. Where details describe specific changes that you need to make to the skeleton C++ project, this is clearly stated.
If you used the Visual C++ CDSC wizard to create the project, there are various stubs in the source code where you need to add new code. Where you need to add the code depends on which features you want your CDSC to support.
See also
CDSC interface
Connection properties
Defining which features are supported
Connection initialization
Implementing VDATA
Implementing HDATA
Implementing Can Select
Implementing Can Add
Implementing Can Delete
Implementing Can Update
Implementing Scroll Backward
Implementing DDL column
Implementing DDL hierarchical column
Implementing DDL hierarchical table
Implementing Max Commands
Implementing Max Text Size
Implementing Transactions
Handling bindings
Creating a CDSC