Fail to import existing database file using IDBMirrorVFS
#232
Unanswered
subframe7536
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Thanks for the report. This is a bug in the VFS. Since you have a fork, you can try this commit. It may be a few weeks until I can work on merging a real PR. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! With this commit, the database is imported, but cannot been verified: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just fork the file I/O demo and change the VFS to
IDBMirrorVFS
and it prompts error (Seems itstxActive
isnull
):Also, in my local test, skip execute
jTruncate
will suppress the error, but also cannot directly read the updated db data, reopen it will make it works.Beta Was this translation helpful? Give feedback.
All reactions