| Author |
JDBC Help!!!
|
Lord Byron Canica
Greenhorn
Joined: Mar 29, 2004
Posts: 2
|
|
I am new to java and I am trying to create a connection between a class and a MS Access Database file(*.mdb). I am using Netbeans IDE. I have a list of questions that I really need answered. 1. How do I connect to the the Database through Java? 2. How do I create, add, Delete, modify tables? 3. How do I print the contents of a table out into a JTextArea in another class? ANY STRONG BEGINNER TUTORIALS FOR THIS TOPIC WOULD BE REALLY APPRECIATED Byron kermsae@hotmail.com
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
The JDBC forum is the best place to ask those first two questions. The third question you'll likely want to be asking over in the Swing / JFC / AWT forum. I'm moving this thread to the JDBC forum...
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
Nathaniel Stoddard
Ranch Hand
Joined: May 29, 2003
Posts: 1258
|
|
|
It looks like you need the JDBC tutorial and Swing tutorial from the Java website.
|
Nathaniel Stodard<br />SCJP, SCJD, SCWCD, SCBCD, SCDJWS, ICAD, ICSD, ICED
|
 |
fox tie
Greenhorn
Joined: Mar 29, 2004
Posts: 7
|
|
|
1.your can use JDBC-ODBC brigde
|
 |
Jose Zaleta
Greenhorn
Joined: Mar 04, 2004
Posts: 15
|
|
Here's the link for SUN's JDBC course. http://java.sun.com/developer/onlineTraining/Database/JDBC20Intro/JDBC20.html Good luck.
|
SCJP, SCWCD, SCEA
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56549
|
|
"Lord Byron", We're really glad that you are here with us in the JDBC forum, and there aren't many rules you'll have to worry about, but one is that proper names are required. Please take a look at the JavaRanch Naming Policy and change your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Thanks! bear Forum Bartender
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: JDBC Help!!!
|
|
|