hello
12-10-02, 16:43
| (please keep any replies very simple/self explanatory - this is the first time I've had to do this, and I'm feeling quite clueless) I am having trouble connecting to a database in MS Access using Java. Could anyone give me some suggestions or refer me to a web site that may help? At the moment I am just using code that I found on a java tutorial. I tried adding the database as a datasource as some of the tutorials describe. However, it seems that I am not doing it correctly. (I'm using Windows XP.) I keep getting the following errors. problems connecting to jdbc:odbc:db1 problems with SQL sent to jdbc:odbc:db1: null C:\magedb>java db1 [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified NOT CONNECTED TO THE TO THE DB. problems with SQL sent to jdbc:odbc:db1: null |