R
Rob Debbage
Guest
Hi there, Normally you would not be connecting from your mobile application to a database directly. Instead your application would makes calls to a REST service, with the service acting as an interface to a database. For example, if using an OpenEdge REST service, calls made to it are ultimately processed by an OpenEdge AppServer; it is the AppServer Agent that is connected directly to the database. The product documentation has more information about the architecture of Mobile applications. I would suggest reviewing the Progress® Rollbase® User's Guide (available here https://www.progress.com/products/rollbase/resources/rollbase-in-action) and the OpenEdge® Development:Mobile Applications manual (available here http://documentation.progress.com/output/OpenEdge114/pdfs/dvmad/dvmad.pdf). Kind regards, Rob
Continue reading...
Continue reading...