Search found 3 matches

Go to advanced search

by Anandraj
Wed Feb 12, 2014 4:13 pm
Forum: Issues
Topic: Mapping Tables while Querying using RESTful Service
Replies: 5
Views: 152
 
Jump to post

Mapping Tables while Querying using RESTful Service

Thank you. Here is my scenario. Table1 _id Name ExpDate 1 AA 2014-02-10 2 BB 2014-03-12 Table2 _id FName Offer 10 CC 2 11 DD 3 12 EE 4 Table3 _id Table1Map Table2Map 100 1 10 101 1 11 102 2 10 103 2 12 I need to get values from all three table as shown below. { "Table1.Name": AA {"Tab...
by Anandraj
Tue Feb 11, 2014 6:45 pm
Forum: Issues
Topic: Mapping Tables while Querying using RESTful Service
Replies: 5
Views: 152
 
Jump to post

Mapping Tables while Querying using RESTful Service

How to create a Pointer feilds. I have created a feilds in each tables and added a column and value which is same as from other table which needs to be mapped. If I can write a SQL with where clause then I can map these feilds and get the values.

by Anandraj
Tue Feb 11, 2014 6:05 pm
Forum: Issues
Topic: Mapping Tables while Querying using RESTful Service
Replies: 5
Views: 152
 
Jump to post

Mapping Tables while Querying using RESTful Service

I have three tables in the Database in Appery and I want to create a Service which should get data from all three tables in a single service.
Is it possible to create a Database View? Any other options.

Go to advanced search