On Sat, 05 Jul 2008 06:00:29 +0000, thufir wrote:
Ok, I was referencing the wrong manual:
"Adding the Driver to the IDE
In order to allow NetBeans IDE to communicate with a database, you need
to employ a Java-based driver. Generally speaking, drivers in NetBeans
IDE use the JDBC (Java Database Connectivity) API to communicate with
databases supporting SQL. The JDBC API is contained in the java.sql Java
package. A driver therefore serves as an interface that converts JDBC
calls directly or indirectly into a specific database protocol.
In this tutorial, you are using the MySQL Connector/J driver, which is a
pure Java implementation of the JDBC API, and communicates directly with
the MySQL server using the MySQL protocol. To add the driver to the IDE:
1. If you have just downloaded the driver, first extract it to a
location on your computer. Set the root directory to: C:\mysql-connector-
java-5.0.5.
2. In the IDE, in the Database explorer from the Runtime window (Ctrl
+5) expand the Databases node and right-click the Drivers node. Choose
New Driver. The New JDBC Driver dialog opens."
http://www.netbeans.org/kb/55/mysql.htmlI know that the MySQL driver is working because I have command line
output from the db.
When press "Ctrl+5" I get the "services" tab, which is devoid of the
Databases node. I'm still looking but would appreciate any pointers in
adding or enabling that node.
thanks,
Thufir