Search found 13 matches

Go to advanced search

by Tavonia Evans
Mon Oct 12, 2015 9:27 pm
Forum: Issues
Topic: database query with 'and' operator on multiple fields
Replies: 6
Views: 855
 
Jump to post

database query with 'and' operator on multiple fields

I've done this but $or is causing an internal server error whenever I try to use it... please assist

by Tavonia Evans
Mon Oct 12, 2015 3:36 pm
Forum: Issues
Topic: Advance search
Replies: 13
Views: 3015
 
Jump to post

Advance search

how did you implement this? I need to do the same thing. Where do you add this in the where ?

by Tavonia Evans
Mon Oct 12, 2015 3:15 pm
Forum: Issues
Topic: database query with 'and' operator on multiple fields
Replies: 6
Views: 855
 
Jump to post

database query with 'and' operator on multiple fields

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?

by Tavonia Evans
Sat Oct 03, 2015 2:11 pm
Forum: Issues
Topic: API Express Generator
Replies: 14
Views: 3042
 
Jump to post

API Express Generator

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.

by Tavonia Evans
Sat Sep 26, 2015 6:40 am
Forum: Issues
Topic: Need Help! REST APIs Using API Express
Replies: 22
Views: 3687
 
Jump to post

Need Help! REST APIs Using API Express

hmm, I'm going to try this out, thank you! Ill share my results.

by Tavonia Evans
Thu Sep 24, 2015 4:56 pm
Forum: Issues
Topic: Need Help! REST APIs Using API Express
Replies: 22
Views: 3687
 
Jump to post

Need Help! REST APIs Using API Express

help?

by Tavonia Evans
Thu Sep 24, 2015 1:38 pm
Forum: Issues
Topic: Need Help! REST APIs Using API Express
Replies: 22
Views: 3687
 
Jump to post

Need Help! REST APIs Using API Express

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...

by Tavonia Evans
Thu Sep 24, 2015 1:13 pm
Forum: Issues
Topic: Need Help! REST APIs Using API Express
Replies: 22
Views: 3687
 
Jump to post

Need Help! REST APIs Using API Express

this is the error I get

{
"code": "AE000",
"message": "Operation can not be performed",
"status": "INTERNAL_SERVER_ERROR"
}

by Tavonia Evans
Thu Sep 24, 2015 1:11 pm
Forum: Issues
Topic: Need Help! REST APIs Using API Express
Replies: 22
Views: 3687
 
Jump to post

Need Help! REST APIs Using API Express

My query parameters are two strings MEM_ID and PASSWORD

by Tavonia Evans
Thu Sep 24, 2015 1:09 pm
Forum: Issues
Topic: Need Help! REST APIs Using API Express
Replies: 22
Views: 3687
 
Jump to post

Need Help! REST APIs Using API Express

SELECT FROM OPPFAPP_Primarymember WHERE MEM_ID = :?MEM_ID AND PASSWORD = :?PASSWORD

Go to advanced search