| Author |
Databases
|
Sam Benry
Ranch Hand
Joined: Mar 21, 2008
Posts: 89
|
|
I want to ask what is the difference between SQL, MySQL, and JDBS
Where can I find good beginner guide to start using databases in java coding ? (ie, create a database, update it, read it, create tables, insert values .. etc)
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
Sun Tutorials contain very good introduction for you.
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12909
|
|
|
SQL is a language for working with databases.MySQL is free and open source database software.JDBC is Java's standard API to program with databases.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32651
|
|
|
We have a forum where we usually discuss databases. I shall move you there. And please look at Vijitha Kumara's link; it is good.
|
 |
 |
|
|
subject: Databases
|
|
|