0

I would like to know if there is anyone who has used NetBeansIDE 6.5 before, also connected a MS Access 2007 database to a system developed with java Application option in the NetBeans platform. i would appreciate help very much especially if it's a tutorial send to me(alanzomo@yahoo.com)

David Webb
  • 190,537
  • 57
  • 313
  • 299
mnmyles
  • 75
  • 1
  • 6

1 Answers1

1

This tutorial on the Netbeans Website shows how you can connect Netbeans to an ODBC data source using the JDBC-ODBC bridge. This will work for Access databases.

Alternatively, you can use this tool on the Sun website to find JDBC drivers for Microsoft Access.

David Webb
  • 190,537
  • 57
  • 313
  • 299