|
Mastering PowerBuilder Where I Can Use the Data Pipeline Object And Pipeline User Object?
You can use data pipeline painter and pipeline user object in many different places such as:
- Copying data from one table to another:
- Both tables are in the same database, for ex: product database.
- Tables are in two different databases, for ex: product & history databases, both are Sybase SQL AnyWhere databases
- Tables are in two different databases and each database is from different vendor, for ex: product database in Sybase and history database in Oracle
Use variety of data sources; You aren't restricted to use the straight simple SELECT statement. You can use:
- SELECT statement
- SELECT statements with UNIONs
- Stored Procedures
|