Adds an attribute to the specified server data source and the specified OpenAccess SDK service.
Syntax
{DataSourceAttributeAdd | dsaa} service_name data_source_name attribute_name value
where:
service_name is the name of a data access service. Service names can be obtained using the ServiceList | sl command.
data_source_name is the name of the server data source for which you want to add an attribute. This server data source must belong to the data access service you specified.
attribute_name is the name of the attribute you want to add.
In the following example, the DataSourceCurrentCatalog attribute is being added to the DS_Employees server data source that belongs to the OpenAccessSDK810_C data access service. The value for the attribute is employees.