Android and mysql?

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
admin12
Posts: 412
Joined: Wed May 11, 2011 9:47 am

Android and mysql?

Post by admin12 » Tue Aug 09, 2011 12:22 am

I cannot get my database app to login to a mysql server on my android device, but it works just fine on Mac and PC.

Does mysql statements work on an android app?

Mike

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

Re: Android and mysql?

Post by Mark » Tue Aug 09, 2011 8:18 pm

Mike,

I don't think it works. I might be wrong, but I have seen quite a few complaints about MySQL not working on Android. Personally, I never use LC's buit-in MySQL capabilities. I always use PHP as a layer between LC and MySQL.

Kind regards,

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

admin12
Posts: 412
Joined: Wed May 11, 2011 9:47 am

Re: Android and mysql?

Post by admin12 » Wed Aug 10, 2011 3:10 am

Mark wrote:Mike,

I don't think it works. I might be wrong, but I have seen quite a few complaints about MySQL not working on Android. Personally, I never use LC's buit-in MySQL capabilities. I always use PHP as a layer between LC and MySQL.

Kind regards,

Mark
Mark,

Would you mind sharing your php layering knowledge? A sample project?

Thanks.

Mike

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

Re: Android and mysql?

Post by BarrySumpter » Wed Aug 17, 2011 2:29 am

Have you had a look at SQLite?
Tested and works on Android.
All my best,
Barry G. Sumpter

Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.

admin12
Posts: 412
Joined: Wed May 11, 2011 9:47 am

Re: Android and mysql?

Post by admin12 » Wed Aug 17, 2011 7:13 am

Yes, I am going to look into SQLite for my own projects, but for the client project, which is now defunct, MySql was mandatory.

Mike

Post Reply

Return to “Android Deployment”