Starting the database

Step 1: Download the database file (pbdemo2022_for_sqlanywhere.zip) from https://github.com/Appeon/PowerBuilder-Project-Example-Database.

Or copy the database file (pbdemo2022.db) from the PowerBuilder demo installation folder (%Public%\Documents\Appeon\PowerBuilder 22.0\) to the database server, if PowerBuilder IDE is installed.

Step 2: Start this database file on the salesdemo database server using SQL Anywhere Network Server (dbsrv17.exe).

The database server must be started as a network server (not a personal server) in order to support network connections.

"C:\Program Files\SQL Anywhere 17\Bin64\dbsrv17.exe" -x tcpip(port=2638) -n salesdemo "C:\DB\pbdemo2022.db"