Mastering PowerBuilder

HomePrevious Lesson: Course 3:: Session 23 :: Page 150
Next Lesson: Lesson 24: PowerBuilder Foundation Class Library
Other Issues

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 and read the file or maintain using the database.

HomePrevious Lesson: Course 3:: Session 23 :: Page 150
Next Lesson: Lesson 24: PowerBuilder Foundation Class Library