Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!
mtalluto wrote: Sun May 19, 2019 7:12 pm
I wish you were here Klaus. I have a beer with your name on it from many years ago. Not to worry, I will get you a fresh one when we next see each other.
thank you very much, but I doubt I will ever make it to the US of A in this life.
So drink the beer before it gets stale!
Thanks for all the help guys
Everything sorted.
One thing that does puzzel me though is the fact that when logging into https://livecloud.io
using Safari, it does not accept my credentials.
Using chrome it logs in no problem.
Just trying to understand how CanelaDB works.
What is the equivalent of the SQL database's Primary key and auto increment in CanelaDB?
Also how to set up referential integrity.
gagsoft wrote: Tue May 21, 2019 7:27 pm
Hi Mark
I am sorry how do I get to the point where one has to register?
The "Get Started" button does not take me anywhere....
Best Peter
Hi Peter,
Sorry to get back to you late. We just returned from the LiveCode conference and are catching up on all the e-mails it generated. Our website provides the link to download the LiveCloud Manager application. When you run LCM for the first time, you will be prompted to sign in or create an account. Everything about our service is managed in LCM. Have fun!
Just trying to understand how CanelaDB works.
What is the equivalent of the SQL database's Primary key and auto increment in CanelaDB?
Also how to set up referential integrity.
Hi Peter,
Each record has a unique record ID in the form of a UUID. You can reference any record with this value. There is no need to auto increment the ID as you create data because they are randomly generated. This ensures uniqueness throughout.
This video shows the creation of a project, table, import of CSV file to populate your table, exporting the LiveCloud Libraries for your first project, getting the LiveCode script needed to load the libraries, code builder that builds CRUD calls using your data.
We need to make training videos that slowly walk you through key concepts. If you just want a quick view of the experience, this video does that well.