I've done this but $or is causing an internal server error whenever I try to use it... please assist
I've done this but $or is causing an internal server error whenever I try to use it... please assist
how did you implement this? I need to do the same thing. Where do you add this in the where ?
This is exactly what I need to do, those links on how to don't go to the explanation though, where can I find out how to do this?
I used the generator for my project, and it generated the login and logout scripts, do I have to map them to my fields? Do I have to create error code and success? I see this already in the js but when I test my login its not doing anything.
hmm, I'm going to try this out, thank you! Ill share my results.
Thank you! Im going to try this, I'd like to see what she has to say also....but there is no reason this should be throwing errors...
this is the error I get
{
"code": "AE000",
"message": "Operation can not be performed",
"status": "INTERNAL_SERVER_ERROR"
}
My query parameters are two strings MEM_ID and PASSWORD
SELECT FROM OPPFAPP_Primarymember WHERE MEM_ID = :?MEM_ID AND PASSWORD = :?PASSWORD