App with Database

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Kulcanhez
Posts: 6
Joined: Sat Oct 08, 2016 6:42 pm

App with Database

Post by Kulcanhez » Sat Oct 08, 2016 7:16 pm

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!

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: App with Database

Post by MaxV » Fri Oct 14, 2016 9:48 am

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
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am

Re: App with Database

Post by sphere » Mon Oct 24, 2016 7:07 pm

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.

Post Reply