0

I'm working in this new company, and they are using ARM with progress Databases. I'm trying to make a webapp where I can insert data on the Progress DB and also select and show data from this DB. I tried some PhP, but then I learned that PhP does not work with Progress. I have never used Webspeed or even Progress.

MLavoie
  • 9,671
  • 41
  • 36
  • 56

1 Answers1

1

Progress' documentation can be found here:

https://community.progress.com/community_groups/openedge_general/w/openedgegeneral/1329.openedge-product-documentation-overview

And the knowledgebase is here:

https://knowledgebase.progress.com/pkb_Home

There are also community forums that are pretty good for unstructured q&a conversations at:

https://community.progress.com/community_groups/openedge_development/f/19

or if you prefer vendor independent sources:

https://www.progresstalk.com/

and

https://openedge.slack.com

If you have a specific question that fits the stackoverflow model it is helpful to use tags like "openedge", "progress-db", "progress-4gl", and "webspeed". Plain old "progress" gets you lumped in with a questions that are mostly about "progress bars" and such.

Tom Bascom
  • 13,405
  • 2
  • 27
  • 33