Click or drag to resize
ImportExportImportDbLinks Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Import Links from the Database

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void ImportDbLinks(
	string SystemName,
	ref DataTable tblSelectedTables,
	int TimeOut = 0,
	bool IgnoreDuplicates = true,
	ref Object ProgressBar = null,
	ref Object ConnectText = null,
	int AlertX = 100,
	int AlertY = 100
)

Parameters

SystemName
Type: SystemString
Required. The system the links are loaded to
tblSelectedTables
Type: System.DataDataTable
Required. DataTable containing list of tables to import. cTable(String) iDBID(Integer) iTableID(Integer)
TimeOut (Optional)
Type: SystemInt32
Optional. Server timeout in seconds.
IgnoreDuplicates (Optional)
Type: SystemBoolean
Optional (Default TRUE). Exisiting links are TRUE-skipped FALSE-overwritten
ProgressBar (Optional)
Type: SystemObject
Optional. Progressbar.
ConnectText (Optional)
Type: SystemObject
Optional. Textbox where "Please wait, connecting..." is displayed
AlertX (Optional)
Type: SystemInt32
Optional. X co-ordinate for Desktop Alert window.
AlertY (Optional)
Type: SystemInt32
Optional. Y co-ordinate for Desktop Alert window.
Remarks