Not Available

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
dburdan
Posts: 104
Joined: Fri Jan 28, 2011 5:39 am
Location: California, USA

Not Available

Post by dburdan » Sat May 14, 2011 7:51 pm

Not Available
Last edited by dburdan on Thu Jan 08, 2015 9:53 am, edited 2 times in total.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Make a collaboration app.

Post by Mark » Sun May 22, 2011 12:28 am

Dacri,

Use MySQL.

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am
Location: Bordeaux, France

Re: Make a collaboration app.

Post by Dixie » Sun May 22, 2011 12:42 am

Hi...

Page 14 'LiveCode iOS 4.6.pdf' under the heading 'What doesn't work'.. dbMysql, dbPostgreSQL, dbODBC and custom externals (planned for a future release)

be well

Dixie

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Make a collaboration app.

Post by Mark » Sun May 22, 2011 12:47 am

Dixie,

That doesn't matter. Use PHP or any other server-side language as a layer between LC and the database.

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Klaus
Posts: 13865
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Make a collaboration app.

Post by Klaus » Sun May 22, 2011 12:05 pm

Hi friends,

nevertheless MySQL is supported on iOS with starting LiveCode version 4.6.1 :)


Best

Klaus

dburdan
Posts: 104
Joined: Fri Jan 28, 2011 5:39 am
Location: California, USA

Re: Make a collaboration app.

Post by dburdan » Tue May 24, 2011 5:30 pm

Thank you for all of your responses! However, my issue isn't with storing the data as I understand PHP and MYSql fluently, my issue is with converting checkboxes, textfields, etc into data that can be stored on the server. The user also needs to be able to create more textboxes and such.

All help is much appreciated,
Thanks

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1236
Joined: Sat Apr 08, 2006 1:10 pm
Location: Zurich
Contact:

Re: Make a collaboration app.

Post by BvG » Wed May 25, 2011 12:49 am

a checkbosx is true or false, and therefore a boolean value in a db.
a text field is text and therefore text in a db.
etc.

it's quite easy to think about but hard to do ;)
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Post Reply

Return to “iOS Deployment”