sqllite installation required?

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jalz
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 340
Joined: Fri Sep 12, 2008 11:04 pm

sqllite installation required?

Post by jalz » Tue Sep 27, 2011 8:35 pm

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

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10053
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: sqllite installation required?

Post by FourthWorld » Tue Sep 27, 2011 8:52 pm

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".
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

jalz
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 340
Joined: Fri Sep 12, 2008 11:04 pm

Re: sqllite installation required?

Post by jalz » Tue Sep 27, 2011 9:23 pm

Thankyou for a prompt reply. Will check out the resources :)

deebee
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 89
Joined: Mon Jul 19, 2010 6:59 am

Re: sqllite installation required?

Post by deebee » Wed Sep 28, 2011 4:10 am

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.

Post Reply