Today I realized that I am a complete newbie in databases.
Can someone give me a full guide on how creating databases from a
scrach? including where to get jdbc drivers, how to use it, and other
beginner things.
Thanks in advance.

Signature
http://www.dbForumz.com/ This article was posted by author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbForumz.com/Java-Creating-DB-ftopict183000.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbForumz.com/eform.php?p=616388
klynn47@comcast.net - 29 Dec 2004 04:42 GMT
The topic is pretty broad and complex. I would suggest going to
www.mysql.com and download the latest server. You should also be able
to find the connector classes. Also you should be able to download
documentation.
Holger Samoht - 31 Dec 2004 16:45 GMT
I would prefer HSQLSB from Sourceforge. Easy to use 100 % Java DB. Works as
server or as standalone version. Includes Driver. Very small.
> The topic is pretty broad and complex. I would suggest going to
> www.mysql.com and download the latest server. You should also be able
> to find the connector classes. Also you should be able to download
> documentation.