I'm building a Java app that needs to co-exist with a VBasic one. Both consume a single Access database (.mdb)
As sometimes the VB app writes the DB I'd need to programmatically re-read from disk the mdb. Is there a way to do this? is this Jackcess responsibility or Ucanaccess?
I'm using UcanAccess with Spring and Mybatis.