I arrayencode...compress .then binaryencode into straight up text file
or field
On Wed, Dec 7, 2016 at 2:15 PM, proth...@earthlearningsolutions.org <
proth...@earthlearningsolutions.org> wrote:
> Jacqueline,
> Thanks. Worrying about nothing.
> Bill
>
> William Prothero
> http://es.earthednet.
Jacqueline,
Thanks. Worrying about nothing.
Bill
William Prothero
http://es.earthednet.org
> On Dec 7, 2016, at 11:11 AM, J. Landman Gay wrote:
>
> This isn't much of an issue on mobile. An update will change the app itself
> but not touch the user data. You can store it in the Documents fold
This isn't much of an issue on mobile. An update will change the app
itself but not touch the user data. You can store it in the Documents
folder and it will stay there, no need for cloud storage unless your app
requires that for some reason.
On 12/7/16 12:43 PM, proth...@earthlearningsolution
Alex Tweedly wrote:
> On 07/12/2016 17:13, Richard Gaskin wrote:
>> If your data can be well expressed with key-value pairs, use arrays
>> locally, and a key-value store like CouchDB or MondgoDB for servers
>> (I hear there's a great library available for using CouchDB in LC
>> ).
>>
> Could you
CouchDB Library is here:
https://github.com/madpink/couchdb4livecode
Forum thread here:
http://forums.livecode.com/viewtopic.php?f=12&t=24925&hilit=couchdb
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Saving-data-settings-tp4710911p4710927.html
Sent
On this subject, I am wondering about the best way to make user entered data
persist between upgrades, on mobile. On an app I made for myself, I store it to
my personal server, but for wider distribution, I've been planning on Dropbox,
since livecode supports it. Are there other options that you
On 07/12/2016 17:13, Richard Gaskin wrote:
If your data can be well expressed with key-value pairs, use arrays
locally, and a key-value store like CouchDB or MondgoDB for servers (I
hear there's a great library available for using CouchDB in LC ).
Could you perhaps say more about that ?
Wh
> On Dec 7, 2016, at 7:14 AM, pink wrote:
>
> I've experimented a little bit with local database files. In particular I've
> tried Andre Garzia's database library, and Livecloud's local database, both
> of which are pretty nice.
>
> I'm curious what everyone else uses, and what do you think are
pink wrote:
> I'm interested in learning how people save data and settings for
> applications, especially on mobile devices.
>
> The method I have been using is to create an invisible data stack
> and save the data as custom properties. I like this the most because
> I tend to put most of my data
On Wed, Dec 7, 2016 at 7:40 AM, Mike Kerner
wrote:
> In fact, db access in LC is so easy that I
> don't use files or extra stacks for anything.
>
same here.
SQLite is buit in.
In fact, i use it with a :memory: file for data, two--on loading a client,
it gets the data from a postgreSQL server,
atabase library, and Livecloud's local database,
>> both
>> of which are pretty nice.
>>
>> I'm curious what everyone else uses, and what do you think are the pros
>> and
>> cons of different methods?
>>
>>
>>
>>
>>
>> --
>>
nt methods?
>
>
>
>
>
> --
> View this message in context: http://runtime-revolution.
> 278305.n4.nabble.com/Saving-data-settings-tp4710911.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
>
Andre Garzia's database library, and Livecloud's local database, both
of which are pretty nice.
I'm curious what everyone else uses, and what do you think are the pros and
cons of different methods?
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/
13 matches
Mail list logo