|
Retrieval argument support
Retrieval arguments can be used in both the development environment and during execution.
The connection dialog for a new data pipeline, shows both connections: the source and the target.
Pipeline function return codes
Start
-1 - Pipeline is already open
-2 - Too many columns
-3 - Table already exists
-4 - Table does not exist
-5 - Missing connection
-6 - Arguments error
-7 - Column mismatch
-8 - Fatal SQL error in the source SQL
-9 - Fatal SQL error in the destination SQL
-10 - Maximum number of errors exceeded
-12 - Table syntax error
-13 - Key required
-15 - Pipeline in progress
-16 - Source transaction object error
-17 - Destination transaction object error
Repair
-5 - Missing connection
-8 - Fatal SQL error in the source SQL
-9 - Fatal SQL error in the destination SQL
-10 - Maximum number of errors exceeded
-11 - Invalid Handle
-12 - Table syntax error
-15 - Pipeline in progress
-16 - Source transaction object error
-17 - Destination transaction object error
Cancel
See Also
|