Data Model > Extending the UNICOM Intelligence Data Model > Creating a CDSC
 
Creating a CDSC
A case data source component (CDSC) exposes the case data stored in its native format (the data source) to the Provider. By using an appropriate CDSC you can read and write data stored in any proprietary format.
This section provides information about creating a CDSC. The UNICOM Intelligence Developer Documentation Library comes with a skeleton Visual Basic CDSC, which simplifies the process of creating a CDSC in Visual Basic. For more information, see .
There is currently no tool for creating a CDSC in other development environments. In these development environments, you need to create the project and implement the CDSC from scratch.
Note that this section assumes that you already have a good understanding of how the UNICOM Intelligence Data Model works. If you are new to the UNICOM Intelligence Data Model, see Before you create a DSC for information about how to set about gaining that understanding.
See also
Structure of the CDSC interface
Activation diagram for SELECT statement
How should a CDSC return categorical data?
CDSCs and variables
Custom connection properties
Implementing the features of a CDSC
Development standards
Handling hierarchical data
Testing your CDSC
Adding registration support to a DSC
DSC naming conventions
Adding extended stored procedures
Extending the UNICOM Intelligence Data Model