CampMaster Plug-in Configuration
The CampMaster Data Source allows you to create views that are backed by a matching table in the associated database. Unlike the ADO.NET Data Source that allows you to query existing tables, this allows administrators to create and manage the schema used by DataSplice.
Basic Options

The options for the plug-in are fairly straightforward and easy to set up:
| Setting/Attribute | Description |
|---|---|
| Connection Profile |
Specifies the name of a connection profile from the ADO.NET Data Source that will be used to manage the data for the views. Note that the account associated with this profile will need to have full permissions to the database so it can create, alter, and drop tables. It is recommended that this profile by separated from the profiles used by other applications. |
| Table Prefix |
The tables created by the data source will have this prefix, which allows them to be separated from other tables in the same schema/database. This also allows data for multiple instances (DEV_, TEST_, etc) to be stored in the same location. |