Hi Everyone;
For those who would like to help me test the following STD Framework Beta versions or even just download these sample applications to learn how to do PowerClient and/or PowerServer 2021 applications & deployment, you can download the following examples:
PB2019R3 (Build 2703) - PowerClient
- Supports: IWA, Web, Mobile, Native. Plus older Web Services (.Net 2.0/4.0)
- Added: Support for PowerClient applications.
PB2021 Beta (Build 1150) - PowerServer
- Removed: IWA, Web, Mobile applications (these are deprecated in PB2021) and Web Services (.Net 2.0/4.0)
- Added: Support for PowerClient and now PowerServer applications
Download: http://sourceforge.net/projects/stdfndclass/files/Applications/PowerBuilder/OrderEntry/Beta/PB2021/
- Note that the above framework versions are now PowerClient & PowerServer "aware"!
- Please test these OrderEntry Demo Apps that also include the STD FrameWork "Beta" for each PB version. Feedback is most welcome through the STD FrameWork's project hosted on the SourceForge website.
Regards ... Chris
While the sample App is geared to SQL Anywhere by convenience (as this was the de-facto standard in the Sybase days), it just uses the Appeon PB sample database. That Appeon sample DB is now available for PG, SA or SS from Appeon. FYI: https://github.com/Appeon/PowerBuilder-Project-Example-Database
As for the STD Example App, the DBMS connection is controlled by it's INI file's DB values for SQLCA. These are then loaded into the framework example app's SQLCA and from there a standard DB Connect is done. So that should work OK for SS once your SS DB settings are in the INI file's DB settings.
I could retrofit the example App to prompt for the DBMS to use and then automatically pickup the appropriate values from an expanded INI suite of DB connection values. I like that idea - thanks. I'll add that to the next version of the framework! ;-)
BTW: The 2023 R1 version of the framework was just released: http://chrispollach.blogspot.com/2023/03/framework.html
HTH
Regards ... Chris