On 06.11.2012 15:05, Rainer Klute wrote:
Christian, I use a QueryProcessor to fetch the complete database A, and I use the internal API (aka ANode) to navigate the tree up and down in an interactive application (on Android). In parallel, a separate thread creates a separate database B from an XML document. This takes quite some time, and while B is written, the user should be able to navigate A.
Hm, I just encountered an OutOfMemoryError; will have to look closer at it...
Ah, it seems my database got corrupted due to an interrupted import (CreateDB). I guess I have to use the Inspect command to check its integrity.