Page 1 of 1

sqllite installation required?

Posted: Tue Sep 27, 2011 8:35 pm
by jalz
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

Re: sqllite installation required?

Posted: Tue Sep 27, 2011 8:52 pm
by FourthWorld
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".

Re: sqllite installation required?

Posted: Tue Sep 27, 2011 9:23 pm
by jalz
Thankyou for a prompt reply. Will check out the resources :)

Re: sqllite installation required?

Posted: Wed Sep 28, 2011 4:10 am
by deebee
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.