Page 1 of 1
Scaffolding/crud automatic forms
Posted: Thu Feb 06, 2014 3:06 pm
by garduino
Hi Guys:
LC have some sort of help to build scaffolding or crud automatic forms on related tables of a database?
Thanks.
Re: Scaffolding/crud automatic forms
Posted: Fri Feb 07, 2014 12:50 pm
by MaxV
Livecode can work with quite all type of databases, see this script:
http://livecodeshare.runrev.com/stack/7 ... administer
It's an example working with SQLite databes and tables, it deals with LC datagrids and LC tables. So it can inspire your work. I tested it with a 38'000 rows x 6 columns table and works well.
Re: Scaffolding/crud automatic forms
Posted: Mon Feb 10, 2014 10:34 pm
by garduino
Thanks you! I will check it asap!