Hi,
I was going through a book and it has a statement that reads
static final String DATABASE_URL = "jdbc:mysql://localhost/books".
This is for connecting to a local mysql database called books.
What would I use for a simmilar access database which is on my C:.
Please help.