Question about livecode

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!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Azulamanar
Posts: 6
Joined: Fri Jan 24, 2014 1:25 am

Question about livecode

Post by Azulamanar » Fri Jan 24, 2014 4:48 pm

Hi, I need to write a program that stores and recreate the surveys filled by users of a service in a restaurant, this program will be able to store the phone number, name, table size and ratings, it will then go further at the end of the day to give the admin the details of all the surveys filled. need help with this last bit of the problem that is how to store the data for all 100 surveys filled and how to perform a certain search like details of users that gave it a poor rating etc. I need help ASAP.

Thanks.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Question about livecode

Post by Klaus » Fri Jan 24, 2014 5:09 pm

HI Azulamanar,

1. welcome to the forum! :D

2. Please only one thread per problem, I deleted the doublette from the other thread. 8)

3. This is surely a case for a database and LC supports SQLite!

Here you can download an example stack on how to use SQLite in Livecode:
http://livecodeshare.runrev.com/stack/6 ... te-Sampler


Best

Klaus

Post Reply