Fedora Gore
Posts: 0
Joined: Mon May 12, 2014 7:14 pm

Please advise what is right steps to send data from app to datastore. I cant find any doc describing it.

The only thing i cant make is - while pushing button 'submit' it must to send data filled in form to DB, but its isnt

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

Please advise what is right steps to send data from app to datastore. I cant find any doc describing it.

Hello Fedora,

What data are you going to send and what datastore do you mean? Please, look at appery.io DB tutorial: http://devcenter.appery.io/tutorials/...

Fedora Gore
Posts: 0
Joined: Mon May 12, 2014 7:14 pm

Please advise what is right steps to send data from app to datastore. I cant find any doc describing it.

No its not worked. The task i try to make is -
in App set 10 parameters ( different values) , they must be set and after submitting has to be send to DB.
I created DB , App, made all i can.
But when i submit info to DB its not coming.

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

Please advise what is right steps to send data from app to datastore. I cant find any doc describing it.

Fedora,

First - you can check if you service work via the Test tab by clicking “Test”.
If it works you can debug your application with developer console and find out if there are mistakes in your service and check request to server: http://devcenter.appery.io/documentat...

Fedora Gore
Posts: 0
Joined: Mon May 12, 2014 7:14 pm

Please advise what is right steps to send data from app to datastore. I cant find any doc describing it.

Getting 400 - bad request in debug, so what that mean?

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

Please advise what is right steps to send data from app to datastore. I cant find any doc describing it.

Fedora,

Please clarify have you tested your database service via "test" page?

This tutorial can help you to understand main concepts of working with database: http://devcenter.appery.io/tutorials/...

Return to “Issues”