Mastering PowerBuilder

HomePrevious Lesson: DataWindow Synchronization in DPB
Next Lesson: Building Distributed PowerBuilder Applications

Shared Objects

Each client that connects to the server gets a separate program variable space. That means, the values that are sent from one client aren�t available for another client. If your application needs sharing data between different clients, you need to either write to a file & read from it or maintain using the database.
HomePrevious Lesson: DataWindow Synchronization in DPB
Next Lesson: Building Distributed PowerBuilder Applications