lundi 29 juin 2015

Writing SQLite to virtual file

I need to create a SQLite database and send via http. This database will be created by calling the servlet. I can create a new database file every time, and then send it, but it will need some kind of file versioning.

My question is: Is it possible to create a database in a virtual file, append to it a few records and then send it without creating a real file?

Aucun commentaire:

Enregistrer un commentaire