Hi... Im trying to register a lot of data into a SQLite Table but into a microSD memory. Every works Ok but in the root internal memory.
I try to search in the forums and is sugested the "ExternalStorage Class" and there isn't a clearly example to open a SQLite Database.
I use with sucess the "ExternalStorage" class to copy files from USB pendrive to internal memory but the question is:
If possible open a file for input/output for a database file?
Since the description of the Class indicates OpenInputStream (for input) and OpenOutputStream (for output) and not Input/Output at the same time.
Please a little help or orientation.... Thank's a Lot. ?
I try to search in the forums and is sugested the "ExternalStorage Class" and there isn't a clearly example to open a SQLite Database.
I use with sucess the "ExternalStorage" class to copy files from USB pendrive to internal memory but the question is:
If possible open a file for input/output for a database file?
Since the description of the Class indicates OpenInputStream (for input) and OpenOutputStream (for output) and not Input/Output at the same time.
Please a little help or orientation.... Thank's a Lot. ?