Open Datasource
Instructions for Use
Opens the specified Datasource through a connection string.
Parameter Description
Parameter name | Default | Parameter description | Parameter type |
---|---|---|---|
Datasource Connection Info | Connection Info of the Datasource to be opened. This parameter is a Connection Info string. Contains: Datasource Type, name and other information. Set by using '--key = value'. Multiple values are separated by a '' space. For example: 1. Open the local UDBXFile Database --server=G:\package\1110\idesktopx-11.1.0-1101-8153-98159\test3.udbx --dbType=udbx --providerType=sdx 2. Open PostGISDatabase-type Datasource:--server=172.16.120.35:5432 --database=TEST --user=TEST --password=●●●●●● --alias=TEST --maxConnPoolNum=10 --dbType=PGGIS --providerType=sdx in iServer's Geo-Processing Automation (GPA) WebUI interface and iDesktop XGeo-Processing Automation In the (GPA) modeling interface, the parameter provides a UI interface. You do not need to write the above complex strings. You only need to fill in the necessary information in the "Setting Connection Info" dialog box to automatically generate the string content of the parameter. In the Geo-Processing Automation (GPA) WebUI interface of iServer as shown in the figure below, click the "Settings" button on the right side of this parameter to open the dialog box. |
String |
Output Result
Parameter name | Parameter description | Parameter type |
---|---|---|
Result Datasource | If opened successfully, returns the result dataset; if it fails, returns empty. | Datasource |