SQLite DB to Grid
Hi,
SQLite DB is a good option if you plan to have a long list of data in your apps. Its quicker, its more efficient and works faster than text files or XML.
When you combine SQLite with Grid, you’ve got yourself an app with tremendous potentials.
The example I’ve added today, shows how to combine these 2 powerful AMS elements, albeit in a very simple way. You can develop further from here. Remember to put ERROR CHECKING, if you plan to distribute apps.
Please Login or Register to download this file.
Please leave a comment, if you like this sample.


Nice example. Where can I find on for SQLite3 ?
thanks
Hi,
There is SQLite 3 plugin at Reteset’s Server. But for examples, I do not know of any, as yet.