MySQL: Any way to use compressed protocols?

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
Mara
Posts: 1
Joined: Tue Dec 06, 2011 3:29 pm

MySQL: Any way to use compressed protocols?

Post by Mara » Tue Dec 06, 2011 3:36 pm

Hi!


I made my first test app using the livecode demo. I had the intention to create an offline extension to a webapp we already have. This extension requires megabytes worth of data that needs to be stored locally from an external mysql source to sqlite. The connection will be through slow mobile networks most of the time.

With a typical mobile connection, updating the database is going to take hours. Is there really no way to enable the MYSQL_CLIENT_COMPRESS flag in LC?

Post Reply