Page 1 of 1

Remote db manage

Posted: Tue Jan 27, 2015 11:40 am
by zimennik

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


Remote db manage

Posted: Tue Jan 27, 2015 12:33 pm
by M&M

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.


Remote db manage

Posted: Tue Jan 27, 2015 12:53 pm
by Evgene Karachevtsev

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.


Remote db manage

Posted: Tue Jan 27, 2015 5:36 pm
by zimennik

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


Remote db manage

Posted: Tue Jan 27, 2015 5:39 pm
by Alena Prykhodko

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


Remote db manage

Posted: Tue Jan 27, 2015 5:52 pm
by M&M

Zimennik,

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


Remote db manage

Posted: Tue Jan 27, 2015 6:07 pm
by zimennik

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

I want to connect to it with .NET


Remote db manage

Posted: Tue Jan 27, 2015 6:17 pm
by M&M

Here's something that may be of use

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

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