Previous Page | Next Page

The INFOMAPS Procedure

UPDATE DATASOURCE Statement


Updates the properties of a data source in the current information map.
UPDATE DATASOURCE "data-source-ID"
<NAME="data-source-name">
<DESCRIPTION="descriptive-text">
<ID="new-data-source-ID">;

Required Argument

"data-source-ID"

specifies the ID of the data source to update.


Options

NAME="data-source-name"

specifies a new name for the data source. When you change the name, you create a logical representation of the physical data source. You are not duplicating any physical data.

DESCRIPTION="descriptive-text"

specifies the description of the data source.

ID="new-data-source-ID"

specifies the new ID for the data source.


Example

update datasource "Customer" 
       name="Customer_US" 
       description="Customers from the US";

Previous Page | Next Page | Top of Page