views:

29

answers:

0

Hi all, I'm trying to connect to the chrome history database (sqlite) via a java application and run some queries in read only mode. I'm using sqlite.jar but when I connect, I get the following error: org.tmatesoft.sqljet.core.SqlJetException: BUSY: error code is BUSY I know some applications can access the file without copying it first (like wxSQLitePlus) or making sure the browser is not using the file, how do they do it? Thanks a lot