Scaffolding/crud automatic forms

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
garduino
Posts: 7
Joined: Thu Jan 09, 2014 6:01 pm

Scaffolding/crud automatic forms

Post by garduino » Thu Feb 06, 2014 3:06 pm

Hi Guys:

LC have some sort of help to build scaffolding or crud automatic forms on related tables of a database?

Thanks.
Germán S. Arduino
Arduino Software | www.arduinosoftware.com

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Scaffolding/crud automatic forms

Post by MaxV » Fri Feb 07, 2014 12:50 pm

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.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

garduino
Posts: 7
Joined: Thu Jan 09, 2014 6:01 pm

Re: Scaffolding/crud automatic forms

Post by garduino » Mon Feb 10, 2014 10:34 pm

Thanks you! I will check it asap!
Germán S. Arduino
Arduino Software | www.arduinosoftware.com

Post Reply