Start has two basic syntaxes.
To |
Use |
---|---|
Execute a pipeline object |
|
Activate a timing object |
Executes a pipeline object, which transfers data from the source to the destination as specified by the SQL query in the pipeline object. This pipeline object is a property of a user object inherited from the pipeline system object.
Pipeline objects
pipelineobject.Start ( sourcetrans, destinationtrans, errorobject {, arg1, arg2,..., argn } )
Integer. Returns 1 if it succeeds and a negative number if an error occurs.
Activates a timing object causing a Timer event to occur repeatedly at the specified interval.
Timing objects
timingobject.Start ( interval )
Integer. Returns 1 if it succeeds and -1 if the timer is already running, the interval specified is invalid, or there are no system timers available.