I have created an in-memory database. I wanted to save it directly to a zip file (without saving to device).
I use ArchiverPlusZip from the fantastic ProBundle library by Informatix, which allows AddStreamToZip (InputStream, FileName) and I wanted to save the database in a stream.
it's possible?
I use ArchiverPlusZip from the fantastic ProBundle library by Informatix, which allows AddStreamToZip (InputStream, FileName) and I wanted to save the database in a stream.
it's possible?
B4X:
Dim BdSin As SQL
BdSin.Initialize("", ":memory:", True)
'I fill in the data ......