Developer Documentation Library > Data Model > UNICOM Intelligence Data Model samples > UNICOM Intelligence Data Model-related sample code > DSC Explorer
 
DSC Explorer
The source code for DSC Explorer is provided with the UNICOM Intelligence Developer Documentation Library. DSC Explorer is a tool that uses the DSC Registration component (see Adding registration support to a DSC) to display details of all of the DSCs registered on your computer.
By default, the source code is installed into the following directory:
x86 32-bit installations:
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\7\DDL\Code\Tools\VB6\DSC Explorer
x64 64-bit installations:
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\7\DDL\Code\Tools\VB.NET\DSC Explorer
Getting started with DSC Explorer
1 In Windows Explorer, browse to the folder where the source code was installed.
2 Double-click Project1.vbp.
Provided you have Visual Basic installed on your computer, this opens the project in Visual Basic.
3 From the Run menu, choose Start.
This opens the DSC Explorer window.
Requirements
UNICOM Intelligence Data Model
VB.NET
See also
Adding registration support to a DSC
UNICOM Intelligence Data Model samples
UNICOM Intelligence Data Model-related sample code