Re: Develop a simple database in Java tutorial?
From: jackie (on_at_on.com)
Date: 06/29/04
- Previous message: Jimmy zhang: "[ANNOUNCEMENT]:VTD-XML released under GPL"
- In reply to: Roedy Green: "Re: Develop a simple database in Java tutorial?"
- Next in thread: swosh: "Re: Develop a simple database in Java tutorial?"
- Reply: swosh: "Re: Develop a simple database in Java tutorial?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Jun 2004 12:52:07 +0800
I think what he want is not how to connect to DB but how to "build a
database" bu JAVA. Quite attractive but I think it's to wide.
Roedy Green <look-on@mindprod.com.invalid> wrote in message
news:01otd051c4pciga5aigqfqi162dutidtmt@4ax.com...
> On Sat, 26 Jun 2004 14:38:04 +0200, swosh <swosh@mailinator.com> wrote
> or quoted :
>
> >I would like to understand how a database works. Everything I could find
> >with Google is either related to JDBC and how to access a DB or its the
> >full source code of some database like McKoi, tinySQL,... But I couldn't
> >find any step-by-step tutorial/guide/example/book on how to build a small
> >and simple database using Java. Some links would be helpful. Thanks.
>
> See http://mindprod.com/jgloss/sql.html
> and http://mindprod.com/jgloss/jdbc.html
>
> To give you the big picture. You can learn quite a bit about SQL just
> poking around at the command prompt offered by any database. Just
> enter SQL commands off the top of your head and see what comes back.
>
> The trickiest thing is creating a JDBC connection, which is vendor
> specific and rarely properly documented.
>
> --
> Canadian Mind Products, Roedy Green.
> Coaching, problem solving, economical contract programming.
> See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
- Previous message: Jimmy zhang: "[ANNOUNCEMENT]:VTD-XML released under GPL"
- In reply to: Roedy Green: "Re: Develop a simple database in Java tutorial?"
- Next in thread: swosh: "Re: Develop a simple database in Java tutorial?"
- Reply: swosh: "Re: Develop a simple database in Java tutorial?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|