Newbie here with the same issue.
I'm following this post: https://getsatisfaction.com/apperyio/... and documentaion: https://devcenter.appery.io/documenta...
My SQL statements work in phpmyadmin, but using both the sample syntax and phpmyadmin syntax results in the same.
{
"code": "MS009",
"message": "Incorrect server configuration",
"status": "INTERNAL_SERVER_ERROR"
}
I've been trying many different things.
// add sql
//select from Business_Info where contact_name = :contact_names
SELECT * FROM 'Business_Info' WHERE contact_name= :contact_names
I've played around with the generated URL as well. Only part that seems to work is when calling a specific ID.
Any suggestions?