Connecting to local access database
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.:confused:
Re: Connecting to local access database
Quote:
Originally Posted by
Moses76
Hi,
Please help.:confused:
Access Database Manipulation via JDBC (for Microsoft Access) by Jeff Patterson
I don't know, but this link seems to be the go-to page for everyone else who has ever asked the question. Consider installing and using MySQL. While it can be used for enterprise projects, it also works just fine on quite low-powered desktop PCs.