Skip to content

Commit 3f3f1e9

Browse files
committed
Update to Powerbuilder 2022 R2 GA (2819)
1 parent bd0a5fd commit 3f3f1e9

5 files changed

Lines changed: 21 additions & 22 deletions

File tree

PostgreSQL demo/ECharts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Echarts 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 R2](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.
@@ -10,13 +10,13 @@ This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 202
1010

1111
Download this PowerBuilder demo application, and then:
1212

13-
1. Open the PowerBuilder project in PowerBuilder 2021.
14-
2. If you already had the corresponding PostgreSQL database driver installed on the machine when you installed PowerBuilder 2021 and selected PostgreSQL for 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.
13+
1. Open the PowerBuilder project in PowerBuilder 2022 R2.
14+
2. If you already had the corresponding PostgreSQL database driver installed on the machine when you installed PowerBuilder 2022 R2 and selected PostgreSQL for 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.
1515
3. Download the database file <b>pbdemo2021_for_postgresql.zip</b> from [PowerBuilder-Project-Example-Database](https://github.com/Appeon/PowerBuilder-Project-Example-Database).
1616
4. Use the downloaded database file to create a new ODBC data source referring to the below must-configure connection settings:
1717

1818
```
19-
Data source name: PB Demo DB V2021 //Must be the same as the Data source name specified in the code.
19+
Data source name: PB Demo DB V2022R2 //Must be the same as the Data source name specified in the code.
2020
User ID: dba
2121
Password: sql
2222
```

PostgreSQL demo/GoogleCharts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GoogleCharts 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 R2](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.
@@ -10,13 +10,13 @@ This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 202
1010

1111
Download this PowerBuilder demo application, and then:
1212

13-
1. Open the PowerBuilder project in PowerBuilder 2021.
14-
2. If you already had the corresponding PostgreSQL database driver installed on the machine when you installed PowerBuilder 2021 and selected PostgreSQL for 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.
13+
1. Open the PowerBuilder project in PowerBuilder 2022 R2.
14+
2. If you already had the corresponding PostgreSQL database driver installed on the machine when you installed PowerBuilder 2022 R2 and selected PostgreSQL for 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.
1515
3. Download the database file <b>pbdemo2021_for_postgresql.zip</b> from [PowerBuilder-Project-Example-Database](https://github.com/Appeon/PowerBuilder-Project-Example-Database).
1616
4. Use the downloaded database file to create a new ODBC data source referring to the below must-configure connection settings:
1717

1818
```
19-
Data source name: PB Demo DB V2021 //Must be the same as the Data source name specified in the code.
19+
Data source name: PB Demo DB V2022R2 //Must be the same as the Data source name specified in the code.
2020
User ID: dba
2121
Password: sql
2222
```

README.md

Lines changed: 4 additions & 4 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 2022](https://www.appeon.com/products/powerbuilder). It shows:
3+
This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 2022 R2](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,12 +19,12 @@ The project is structured as follows.
1919

2020
Download this PowerBuilder demo application, and then:
2121

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.
22+
1. Open the PowerBuilder project in PowerBuilder 2022 R2.
23+
2. If you already had the corresponding database driver installed on the machine when you installed PowerBuilder 2022 R2 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
```
27-
Data source name: PB Demo DB V2021 //Must be the same as the Data source name specified in the code.
27+
Data source name: PB Demo DB V2022R2 //Must be the same as the Data source name specified in the code.
2828
User ID: dba
2929
Password: sql
3030
```

SQL Anywhere demo/ECharts/README.md

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

3-
This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 2022](https://www.appeon.com/products/powerbuilder). It shows:
3+
This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 2022 R2](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.
@@ -10,16 +10,15 @@ This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 202
1010

1111
Download this PowerBuilder demo application, and then:
1212

13-
1. Open the PowerBuilder project in PowerBuilder 2022.
13+
1. Open the PowerBuilder project in PowerBuilder 2022 R2.
1414

15-
2. If you already had the corresponding SQL Anywhere database driver installed on the machine when you installed PowerBuilder 2022 and selected SQL Anywhere for 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.
16-
17-
3. Download the database file <b>pbdemo2021_for_sqlanywhere.zip</b> from[PowerBuilder-Project-Example-Database](https://github.com/Appeon/PowerBuilder-Project-Example-Database).
15+
2. If you already had the corresponding SQL Anywhere database driver installed on the machine when you installed PowerBuilder 2022 R2 and selected SQL Anywhere for 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.
16+
R2lder-Project-Example-Database).
1817

1918
4. Use the downloaded database file to create a new ODBC data source referring to the below must-configure connection settings:
2019

2120
```
22-
Data source name: PB Demo DB V2022 //Must be the same as the Data source name specified in the code.
21+
Data source name: PB Demo DB V2022R2 //Must be the same as the Data source name specified in the code.
2322
User ID: dba
2423
Password: sql
2524
```

SQL Anywhere demo/GoogleCharts/README.md

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

3-
This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 2022](https://www.appeon.com/products/powerbuilder). It shows:
3+
This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 2022 R2](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.
@@ -10,16 +10,16 @@ This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 202
1010

1111
Download this PowerBuilder demo application, and then:
1212

13-
1. Open the PowerBuilder project in PowerBuilder 2022.
13+
1. Open the PowerBuilder project in PowerBuilder 2022 R2.
1414

15-
2. If you already had the corresponding SQL Anywhere database driver installed on the machine when you installed PowerBuilder 2022 and selected SQL Anywhere for 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.
15+
2. If you already had the corresponding SQL Anywhere database driver installed on the machine when you installed PowerBuilder 2022 R2 and selected SQL Anywhere for 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.
1616

1717
3. Download the database file <b>pbdemo2021_for_sqlanywhere.zip</b> from[PowerBuilder-Project-Example-Database](https://github.com/Appeon/PowerBuilder-Project-Example-Database).
1818

1919
4. Use the downloaded database file to create a new ODBC data source referring to the below must-configure connection settings:
2020

2121
```
22-
Data source name: PB Demo DB V2021 //Must be the same as the Data source name specified in the code.
22+
Data source name: PB Demo DB V2022R2 //Must be the same as the Data source name specified in the code.
2323
User ID: dba
2424
Password: sql
2525
```

0 commit comments

Comments
 (0)