On 2016/03/10 10:41 PM, asdf asdf wrote: > Hello, > what do you mean, please ? What code is not shown:my own code (and what > could be the cause then) using the example or what i posted in > stackoverflow. > > > I would be happy to solve it. Any information appreciated-
He means that there is something else that is wrong in your code that you've used to test this Backup feature. We cannot see your full code, so we do not know what is wrong with it, but we know something is wrong because the backup from memory works when we do it, and works when done like the example. You can easily use the command line SQLite3.exe tool to test it. So, if it works correctly for us, meaning it is not an SQLite bug, but there might be something in your code that is missing or weird and we would like to help you find it, however, only if you show us the exact code you've used to test with. Also the DB schema - some SQL perhaps to populate the in-memory database. Perhaps something about the schema is strange and causes the problem, then it might even be a bug - but we can't know that until we have exactly what you have. Thanks, Ryan

