Mastering PowerBuilder

HomePrevious Lesson: Transaction Pooling
Next Lesson: Shared Objects

DataWindow Synchronization in DPB

PowerBuilder has a different set of APIs (listed below) to synchronize DataWindows/DataStores. All of them use a BLOB object as argument.

The GetFullState() loads the following into the BLOB object.

The following illustration illustrates all the steps involved in the DataWindow synchronization. We are not including any examples in this section, since we will be writing in the actual application later in this session.

HomePrevious Lesson: Transaction Pooling
Next Lesson: Shared Objects