I am not sure if i understand you correctly.
My intention:
- loading a file db into a memory db.
- work with memory db during runtime.
  so it could be changed
- save mem db back to file db.

Is this possible ?

Thank you
Am 11.03.2016 um 16:19 schrieb Clemens Ladisch:
> asdf asdf wrote:
>> - create a memory db
>> - attach a file db
>> - backup memory db
>>  this fails.
> An attached database stays separate, i.e., its data is not merged into
> the backup.
>
> To backup the file DB, give its name (and not "main") to
> sqlite3_backup_init().
>
>
> Regards,
> Clemens
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to