Hi all,
Today I'd like to continue a blog series in which I highlight Web application tutorials for NetBeans 6.5. A few changes have been made to tutorials, so be sure to check them out again.
This seventeenth entry in the series will cover the tutorial, Connecting to a MySQL Database.
This document demonstrates how to set up a connection to a MySQL database from NetBeans IDE 6.5. Once connected, you can begin working with MySQL in the IDE's Database Explorer by creating new databases and tables, populating tables with data, and running SQL queries on database structures and content. This tutorial is designed for beginners with a basic understanding of database management, who want to apply their knowledge to working with MySQL in NetBeans IDE.
This is great for learning how NetBeans and MySQL can be used together.
…
[Read more]