Mastering PowerBuilder

HomePrevious Lesson: Shared Objects
Next Lesson: Creating a Custom Connection Object

Building Distributed PowerBuilder Applications

In this demo, we are going to build client and server applications. The client will use proxy object to retrieve data from and update data in the database server instead of connecting to the database server directly. For the server application we will create objects to send data to the requested client and also a connection monitor. The following lists the steps we need to follow to create a distributed PowerBuilder application.

HomePrevious Lesson: Shared Objects
Next Lesson: Creating a Custom Connection Object