I have reproduced your issue with UCanAccess version 3.0.5 when the database is opened with a combination of singleConnection=true and keepMirror=.... It should be fixed in a future release of UCanAccess. In the meantime, you will have to choose between using singleConnection=trueorkeepMirror=..., but not both at the same time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello
i am using ucanaccess with parameter :
String url = UcanaccessDriver.URL_PREFIX + pathNewDB+";Skipindexes=true;memory=false;singleconnection=true;keepMirror=C:/db/mirrorName
all works fine
but if in access file, new line are added (not by ucanaccess) after mirror was generated, those lines are not collect in my new request
maybe i miss something in use of your plugin
thx
Last edit: benoit 2016-05-31
I have reproduced your issue with UCanAccess version 3.0.5 when the database is opened with a combination of
singleConnection=true
andkeepMirror=...
. It should be fixed in a future release of UCanAccess. In the meantime, you will have to choose between usingsingleConnection=true
orkeepMirror=...
, but not both at the same time.thx