Search found 9 matches

Go to advanced search

by greg7178824
Tue Oct 28, 2014 7:39 pm
Forum: Issues
Topic: How to create Relational Database?
Replies: 7
Views: 793
 
Jump to post

How to create Relational Database?

Thank you...

Pretty confusing though. Is there a video which explains it more clearly possibly?

by greg7178824
Thu Oct 23, 2014 7:26 pm
Forum: Issues
Topic: How to create Relational Database?
Replies: 7
Views: 793
 
Jump to post

How to create Relational Database?

Its Greg, but no problem Thanks for the link however it did not address my concern The basics of relational databases are to create a relationship between 2 tables with the one having a primary key and the corresponding table a foreign key. So like if I have a Customer table (customerId(PK), Name, a...
by greg7178824
Wed Oct 22, 2014 8:59 pm
Forum: Issues
Topic: How to create Relational Database?
Replies: 7
Views: 793
 
Jump to post

How to create Relational Database?

I see that you guys have released RESTExpress. Is this able to link multiple tables with primary and foreign keys?

by greg7178824
Tue Oct 21, 2014 9:33 pm
Forum: Issues
Topic: Add record to database by binding fields and using CreateService
Replies: 2
Views: 300
 
Jump to post

Add record to database by binding fields and using CreateService

Found the answer for people looking:

http://devcenter.appery.io/tutorials/...

My error was I was doing the 'success' service mapping and not 'before send'.
Can you please explain to me the instances when I should use which please.

Thanks :)

by greg7178824
Tue Oct 21, 2014 8:50 pm
Forum: Issues
Topic: Add record to database by binding fields and using CreateService
Replies: 2
Views: 300
 
Jump to post

Add record to database by binding fields and using CreateService

Hi, I am trying to add a record from a database from textfields. All I require is the user to enter in a new record, click 'add' button, and the fields bind to the createService, and the database updates. The videos online are outdated and the link http://devcenter.appery.io/documentat... does not e...
by greg7178824
Mon Oct 20, 2014 8:28 pm
Forum: Issues
Topic: How to pass variables between pages, and populate 'details' page?
Replies: 5
Views: 857
 
Jump to post

How to pass variables between pages, and populate 'details' page?

Hi, Thanks for your response. Kindly see my follow up question below. Appreciate it

by greg7178824
Mon Oct 20, 2014 7:52 pm
Forum: Issues
Topic: How to pass variables between pages, and populate 'details' page?
Replies: 5
Views: 857
 
Jump to post

How to pass variables between pages, and populate 'details' page?

Thank you! However, when I try select 'Set local storage variable', the 'variable name' is not a text box, it is a drop down list with nothing to select from? Is it supposed to be a drop down box? How do I populate it with variables (do I need to create these beforehand?) https://d2r1vs3d9006ap.clou...
by greg7178824
Mon Oct 20, 2014 5:07 pm
Forum: Issues
Topic: How to pass variables between pages, and populate 'details' page?
Replies: 5
Views: 857
 
Jump to post

How to pass variables between pages, and populate 'details' page?

How do I bind text fields based on an item selection which the user chose in the previous page? Basicaly the user selects from a list of items, it goes to another page which shows details about that item. Hence, how do I pass the ID variable between pages

Go to advanced search