Skip to content

Commit 8ff0a4e

Browse files
Update README.md
1 parent a40538b commit 8ff0a4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Graph Demo Readme
22

3-
This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 2021](https://www.appeon.com/products/powerbuilder). It shows:
3+
This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 2022](https://www.appeon.com/products/powerbuilder). It shows:
44

55
1. How to use the PowerBuilder WebBrowser control to render the third-party visual charts which are exposed as JavaScript classes.
66
2. How to execute JavaScript in the PowerBuilder application to dynamically adjust data display in different chart styles.
@@ -19,8 +19,8 @@ The project is structured as follows.
1919

2020
Download this PowerBuilder demo application, and then:
2121

22-
1. Open the PowerBuilder project in PowerBuilder 2021.
23-
2. If you already had the corresponding database driver installed on the machine when you installed PowerBuilder 2021 and selected Database Provider, you can just skip step#3 and step#4 below to run the PowerBuilder project directly. Otherwise, please follow the steps below to create the ODBC data source.
22+
1. Open the PowerBuilder project in PowerBuilder 2022.
23+
2. If you already had the corresponding database driver installed on the machine when you installed PowerBuilder 2022 and selected Database Provider, you can just skip step#3 and step#4 below to run the PowerBuilder project directly. Otherwise, please follow the steps below to create the ODBC data source.
2424
3. Download the database file from [PowerBuilder-Project-Example-Database](https://github.com/Appeon/PowerBuilder-Project-Example-Database). If using PostgreSQL Database, download <b>pbdemo2021_for_postgresql.zip</b>. If using SQL Anywhere Database, download <b>pbdemo2021_for_sqlanywhere.zip</b>.
2525
4. Use the downloaded database file to create a new ODBC data source referring to the below must-configure connection settings:
2626
```

0 commit comments

Comments
 (0)