MS Access - Can't Open Any More Tables
问题 at work we have to deal with several MS Access mdb files, so we use the default JdbcOdbcBridge Driver which comes with the Sun JVM and, for most cases, it works great. The problem is that when we have to deal with some larger files, we face several times exceptions with the message "Can't open any more tables". How can we avoid that? We already close all our instances of PreparedStatements and RecordSets, and even set their variables to null, but even so this exception continues to happen.