I have some tabular data in sqlite db.Instead of connecting to db every time i need data,i wold like to fetch data once and cache it in some local application store (data is actually static,so no need to worry about updates in database).
In VB,we use recordset in disconnected mode for this.so i am just checking is there anything equivalent of that in B4A..