> The driver I am using, the default jdbc/odbc driver, in netbeans is
> not working for connecting to an access db on my hard drive. The
[quoted text clipped - 4 lines]
>
> Karl Nelson
1. Control Panel
2. Administrative Tools
3. Data Sources (ODBC)
4. System DSN Tab
5. Add
6. Microsoft Access Drive (*.mdb)
7. Data Source Name ( add Data source name dont put any spaces.)
8. Click on select button Browse and find your database files.
9. Ok
10. ok
String url = "jdbc:odbc:xxxxx" database name from step 7.
Connection con = DriverManager.getConnection(url, "myLogin",
"myPassword");
KNelson - 05 Mar 2007 00:50 GMT
On Mar 4, 4:09 pm, CodeFor...@gmail.com wrote:
> > The driver I am using, the default jdbc/odbc driver, in netbeans is
> > not working for connecting to an access db on my hard drive. The
[quoted text clipped - 19 lines]
> Connection con = DriverManager.getConnection(url, "myLogin",
> "myPassword");
Thanks bud but I actually do have a correct odbc connection set up
already. If you know what it may be besides that im all ears