zimennik
Posts: 0
Joined: Sat Jan 17, 2015 4:18 pm

Remote db manage

Hi.
Is there a way to connect to database on appery.io without curl?

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Remote db manage

And which database would that be? MySQL? On mobile apps the usage of REST API is quite common for retrieving data from a remote database

It goes like this

Using of a web services via specialized API
User verification via simple/secure login/password
UI commands converted to API requests.

Here's some stuff on PHP / MySQL REST Services
http://phprestsql.sourceforge.net/

There are providers who host application and database etc, and some of them provide with REST services that you can readily use with your mobile App.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Remote db manage

Zimennik,

M&M is right. You can connect your app to any db if it provides rest api.
http://devcenter.appery.io/documentat...

@M&M Thank you very much for your answer.

zimennik
Posts: 0
Joined: Sat Jan 17, 2015 4:18 pm

Remote db manage

I'll need to connect to my database on appery.io (where is storage of devices). I use C#.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Remote db manage

You can connect your app to any db if it provides rest api as Evgene replied above, this can not be done with C#.

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Remote db manage

Zimennik,

Can you elaborate what is your database? And where does it reside?

zimennik
Posts: 0
Joined: Sat Jan 17, 2015 4:18 pm

Remote db manage

I think you misunderstand me.
I told about this database:
Image

I want to connect to it with .NET

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Remote db manage

Here's something that may be of use

http://stackoverflow.com/questions/96...

And this one: http://restsharp.org/

Return to “Issues”