Hi all,
Ive downloaded, livecode and installed it. Been playing around with the user interface and quite like the drag and drop gui elements.I want to start experimenting with databases and I suppose I should start with sqllite and then work my way up. Do I have to install sqllite separately in order to use it with ivecode, or does the LC installer have livecode built in? Where is the best place to find resources on how to bind to a database, are there any webinars on this?
Any help would be really appreciated.
Thanks
Jalz
sqllite installation required?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10053
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: sqllite installation required?
SQLite is public domain, and the externals needed for using it with LiveCode are included in the installation.
In LiveCode, click the Resources icon in the toolbar, and in the Resource Center see the SQLite tutorial under "Databases".
In LiveCode, click the Resources icon in the toolbar, and in the Resource Center see the SQLite tutorial under "Databases".
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: sqllite installation required?
Thankyou for a prompt reply. Will check out the resources 

Re: sqllite installation required?
I've found the stack in this thread : http://forums.runrev.com/viewtopic.php?f=7&t=7024 to be very helpful in understanding how LC works with SQlite.