From 0c90337b35f585fbd5976bea6b3edb3aba0684f1 Mon Sep 17 00:00:00 2001 From: appeon <41135355+appeon-dotnet@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:03:11 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02fb640..87c6584 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The project is structured as follows. Download this PowerBuilder demo application, and then: 1. Open the PowerBuilder project in PowerBuilder 2022. -2. Download the database file **pbdemo2022_for_sqlanywhere.zip** from [PowerBuilder-Project-Example-Database](https://github.com/Appeon/PowerBuilder-Project-Example-Database) and restore it. +2. Download the database file **pbdemo2021_for_sqlanywhere.zip** from [PowerBuilder-Project-Example-Database](https://github.com/Appeon/PowerBuilder-Project-Example-Database) and restore it. 3. Configure the ODBC data source. 4. Copy the database connection string in the configured data source to replace the connection string in the original project. Note that the PWD in the connection string is masked. Please manually change it to the real password. 5. Run the PowerBuilder project.