I could not find much help on how to create dateabse connection with netbeans.
I am trying to access tables in MS Access using the netbeans. Can anyone help??
I tried to add the driver from
Runtime-database-drivers-(JDBC-ODBC-DRIVER)-Connect Using
Name : JDBC-ODBC-BRIDGE
Database URL :
jdbc dbc:<DB>
the DB part i put in d:/java/db4.mdb- the path where my database file is
But i could not make a connection
When i run the code below using a command prompt There is no problem