Page 1 of 1
registration function
Posted: Sun Jun 07, 2015 6:18 pm
by Nisa Khalid
i really need a help!
i want to make login and registration,before this i'm using appery.io database,
since my studies requirement not allow me to use appery.io db , i need to expose it to sql database.
the problem is i don't know to pass the data to sql database? how to map the data? in appery db need to use the signup service and create service for the registration but for sql database using rest service? i still confused with this feature?
i already try using the tutorial given for exposing sql database,but i'm still don't know how to mapping the data
registration function
Posted: Mon Jun 08, 2015 6:15 am
by Serhii Kulibaba
Hello Nisa,
You can get all response parameters automatically: https://devcenter.appery.io/documenta...
Use which parameters in your mapping.
registration function
Posted: Mon Jun 08, 2015 8:49 am
by Nisa Khalid
i have issues on internal server error?
registration function
Posted: Mon Jun 08, 2015 8:54 am
by Illya Stepanov
Hi Nisa -
Please provide us more information about your database, how exactly you connecting it in Appery.io and on what stage you are getting this error.
registration function
Posted: Mon Jun 08, 2015 9:29 am
by Nisa Khalid
i'm using this database :
this is my table structure :
this is the query :
this is my db connections details
whenever i click test i got this error? :
registration function
Posted: Tue Jun 09, 2015 11:32 am
by Serhii Kulibaba
Please change schema here: https://d2r1vs3d9006ap.cloudfront.net... from "information_schema" to "familyed_eduwaredb"
registration function
Posted: Tue Jun 09, 2015 2:15 pm
by Nisa Khalid
registration function
Posted: Mon Jun 15, 2015 7:21 pm
by Nisa Khalid
hello i got the same error again and i don't know why?
before this i can pass the data to sql but after that i try again when testing got the same error again?