Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual FreePro development -- Suspended
Message
From
01/05/2013 11:50:44
 
 
To
30/04/2013 14:31:06
General information
Forum:
Employment
Category:
Other
Miscellaneous
Thread ID:
01572203
Message ID:
01572380
Views:
84
>All Android devices have SQLite built in. It's close enough to a local cursor engine that I'm not sure a wholesale replacement would be necessary.
>

Fully concur - one of the things I considered to write was someting along the lines of a vfp-like cursoradapter or the Dotnet Dataadapters to pipe the usual local list/tuple output of datastore connectors into SQLite cursors. Planned usage as local datastore and biz layer for dynamic app development. Benefits: much easier on memory usage to allow larger local datasets in apps, local datamunging with local lookup lists also in SQLite in SQL and with some additional planned goodies like targeting memory: or slower media via properties. Either in Javascript, Java or Python (the latter to be switched largely into Cython) to connect to their specific back-end-abstractions like DBAPI. And SQLite is also available on Symbian as standard for internal data tables and is also relatively errorfree due to longer usage time and large user base.

As Lianja promises to do much more (Replication...) than that I shelved the idea...
Previous
Reply
Map
View

Click here to load this message in the networking platform