Been working with B4A for a little while. Currently im working on an app that uses sqlite.
A brief overview:
The app opens and immediately downloads a sqlite.db from a smb server. B4A opens the db and gets the row count. Then the code is written to iterate through the rows one by one until it reaches the last, which then the sqlite.db is downloaded again.
The problem I foresee, if I continually download the file, at some point the internal memory (or external memory) will be basically destroyed from all the continual writes to that flash memory.
Is there anyway to map a chunk of Ram memory to say a "virtual ram drive" using B4A? And how do i download that to Ram memory using smb?
Thanks for the help
Btech
A brief overview:
The app opens and immediately downloads a sqlite.db from a smb server. B4A opens the db and gets the row count. Then the code is written to iterate through the rows one by one until it reaches the last, which then the sqlite.db is downloaded again.
The problem I foresee, if I continually download the file, at some point the internal memory (or external memory) will be basically destroyed from all the continual writes to that flash memory.
Is there anyway to map a chunk of Ram memory to say a "virtual ram drive" using B4A? And how do i download that to Ram memory using smb?
Thanks for the help
Btech