Choosing a pipeline operation
When PowerBuilder pipes data, what happens in the destination
database depends on which pipeline operation you choose in the Options
drop-down list at the top of the workspace.
|
Pipeline operation |
Effect on destination database |
|---|---|
|
Create – Add Table |
A new table is created and rows selected from the If a table with the |
|
Replace – Drop/Add Table |
An existing table with the specified table name If no table exists |
|
Refresh – Delete/Insert Rows |
All rows of data in an existing table are |
|
Append – Insert Rows |
All rows of data in an existing table are |
|
Update – Update/Insert Rows |
Rows in an existing table that match the key |