Hi,
I'd like to build an app where my mobile app will mostly display data but creation of the database records will be done outside (from the Windows PC or via an external web server).
What could you suggest me?
1) Is it better to use the Appery's DB and use existing features on the mobile?
If yes - how can I access the DB from Windows PC?
I've tried curl, it worked but I have some concerns of the secuity...
2) Use external DB (say MSSQL)?
How to access it from the Appery on the mobile device?
And again - where MSSQL user/password will be stored?
Actually it will be the only one app in the Play/Appstore but users will get different access to the database (to be more precise - several different databases) according to their rights.
That's why security is my concern.