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!
App with Database
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: App with Database
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
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
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: App with Database
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.
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.