I would like to know how to set autocommit to false for the Microsoft dBase driver, which use is for example presented in https://stackoverflow.com/a/8079987/613495
Using connection.setAutoCommit(false)
method throws java.sql.SQLException: [Microsoft][ODBC dBase Driver]Optional feature not implemented
If such functionality is in fact not supported, then do you know of any other free driver for DBFs?