Starting the database

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

Or copy the database file (pbdemo2021.db) from the PowerBuilder demo installation folder (%Public%\Documents\Appeon\PowerBuilder 21.0\) to the database server, if you have installed PowerBuilder IDE according to Task 4.

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 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\pbdemo2021.db"