I have set up a server and have made connection with mysql db through APIexpress.
I want to use a where clause but can't get it to work.
i used this as an example : https://devcenter.appery.io/documenta...
But now when i test it with whatever value it gives the following error (in the APIexpress tab) :
"{
"code": "MS009",
"message": "Incorrect server configuration",
"status": "INTERNAL_SERVER_ERROR"
}"
Type = GET
Query parameter =
typeRapport
SQL statement =
select from invBeoordKenmerken where typeRapport = :typeRapport
Query Params (underneath SQL) =
queryParams.typeRapport
Any help would be much appreciated...