Using netbeans to access mysql database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • myusernotyours
    New Member
    • Nov 2007
    • 188

    #1

    Using netbeans to access mysql database

    hi all,

    Am building an desktop app that needs to access a mysql database and am using netbeans 6 can someone direct me to a good tutorial that shows how this can be done?
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    Originally posted by myusernotyours
    hi all,

    Am building an desktop app that needs to access a mysql database and am using netbeans 6 can someone direct me to a good tutorial that shows how this can be done?
    This is Sun's JDBC tutoiral:

    This JDBC Java tutorial describes how to use JDBC API to create, insert into, update, and query tables. You will also learn how to use simple and prepared statements, stored procedures and perform transactions


    If you haven't found it already, this is MySQL's home page for Connector/J documentation. Connector/J is the name for their JDBC driver:

    http://dev.mysql.com/doc/refman/5.0/en/connector-j.html

    I don't know if NetBeans has any wizards to make life easier for you, but it's better to learn how to do things manually, first.

    Comment

    Working...