MS Access DB

Hell there,

I am extremely new to Java, and basically I'm trying to create a basic GUI app to keep track of my DVDs. Basically, I am having trouble connecting the app to the MS Access Database so that i can add/delete/update.

So I was wondering for a simple or proper way to connect to an Access DB please.

Thanks so much in advanced.

[360 byte] By [LuisJavaa] at [2007-11-27 9:11:53]
# 1
You can create an ODBC database on your machine and connect via sun.jdbc.odbc.JdbcOdbcDriver. The JDBC tutorial has some decent examples, IIRC.
hwaitea at 2007-7-12 21:57:52 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...