Page 1 of 1

App with Database

Posted: Sat Oct 08, 2016 7:16 pm
by Kulcanhez
Hi,
I know LiveCode a few years ago but I never learn it, but I guess the time as reached.
I have a few experience with programming but I don't know nothing about Livecode.
I want to make an application for smartphones and desktop, with clients database that the person can create and with notes and that is sync between the mobile and desktop of the person.
How can I do it and where I can learn more about that?
Thanks!

Re: App with Database

Posted: Fri Oct 14, 2016 9:48 am
by MaxV
The first place is the PDF included in livecode, it's a must to read: Help -> User guide
Then for database I suggest you: http://livecode.wikia.com/wiki/SQLite

Re: App with Database

Posted: Mon Oct 24, 2016 7:07 pm
by sphere
You can also check this http://forums.livecode.com/viewtopic.php?f=12&t=27521

if you need to use PHP with PDO to get access to your database from anywhere. Because a database on your webserver will most probably not accept several other IP addresses than your own, or you will have to allow al ip addresses.