Hello, I found LiveCode and it seems very robust and happy I discovered it.
I had a question hoping to get some initial guidance. I would like to make a program using secure database on a local host without relying on servers. For example a program run on a windows workstation and the data stored on the C: drive.
What database style do you recommend. Any links to examples would be greatly appreciated. Thanks for your time.
newpie
Database Design Newbie Question
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Database Design Newbie Question
A SQLlite database would be perfect for the job :
http://lessons.runrev.com/s/lessons/m/4 ... e-database
http://mail.on-rev.com/forums/viewtopic.php?f=7&t=15430
http://lessons.runrev.com/s/lessons/m/4 ... e-database
http://mail.on-rev.com/forums/viewtopic.php?f=7&t=15430
Re: Database Design Newbie Question
This is great!! Thanks Bangkok.