The Sales App demonstrates PowerServer supporting key PowerBuilder constructs and programming styles commonly used in many existing client/server applications. It is developed with Appeon PowerBuilder and deployed to the Cloud with Appeon PowerServer 2022 R3.
The project is structured as follows.
|—— PowerBuilder-Sales-Example-SQLServer Repository
|—— Native_PB
|—— Restful_PB
Download this PowerBuilder demo application, and then:
-
Open the PowerBuilder project in PowerBuilder 2022 R3.
-
If you have restored PBDemoDB2022 on your Microsoft SQL Server, you can just skip step#3 and step#4 below to run the PowerBuilder project directly. Otherwise, please follow the steps below to configure your SQL Server Database.
-
Download the database backup file pbdemodb_for_sqlserver.zip fromPowerBuilder-Project-Example-Database.
-
Create an empty database on Microsoft SQL Server with the name PBDemoDB2022. Then restore it using the downloaded database backup file.
-
Run the PowerBuilder project.