Connecting to access database from linux
问题 I've created my application and tested it under windows, which writes/reads to/from a access DB file. But in the real world it will be ran in the linux environment, and I have a big issue now, it appears that there are no drivers for linux to access ms acess db, here is how I make the connection now : private static Connection getConnection() { if (connection == null) { try { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); String conStr = "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb, *