DataSourceCreate | dsc
Creates a server data source, or creates a new data source from an existing data source.
Syntax
{DataSourceCreate | dsc} service_name data_source_name{DataSourceCreate | dsc} service_name new_data_source_name some_data_source_name
where:
service_name is the name of the data access service in which to create the new server data source.
data_source_name is the name of the server data source you want to create.
some_data_source_name is the name of an existing data source name.
Example
The following example creates a server data source named DS_Employees within the OpenAccessSDK810_C data access service:
dsc OpenAccessSDK810_C DS_Employees
The following example duplicates the example datasource in the OpenAccessSDK810_C_example2 example:
dsc OpenAccessSDK810_C_example2 mynewexample