About data pipelines

PowerBuilder provides a feature called the data pipeline that you can use to migrate data between database tables. This feature makes it possible to copy rows from one or more source tables to a new or existing destination table—either within a database, or across databases, or even across DBMSs.

Two ways to use data pipelines

You can take advantage of data pipelines in two different ways:

Walking through the basic steps

If you determine that you need to use a data pipeline in your application, you must determine what steps this involves. At the most general level, there are five basic steps that you typically have to perform.

StepsTo pipe data in an application:

  1. Build the objects you need.

  2. Perform some initial housekeeping.

  3. Start the pipeline.

  4. Handle row errors.

  5. Perform some final housekeeping.

The remainder of this chapter gives you the details of each step.