So i'm having problems with connecting to my MS Access database with UcanAccess. I found this snippet on google: // variables Connection connection = null; Statement statement = null; ResultSet resultSet = null; // Step 1: Loading or registering Oracle JDBC driver class try { Class.forName("net.ucanaccess.jdbc.UcanaccessDriver");//Loading Driver } catch(ClassNotFoundException cnfex) { log("Problem i