Re: Develop a simple database in Java tutorial?
From: Adam Guillot (adam.guillot_at_orange.fr)
Date: 06/26/04
- Next message: swosh: "Re: Develop a simple database in Java tutorial?"
- Previous message: swosh: "Develop a simple database in Java tutorial?"
- In reply to: swosh: "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: Sat, 26 Jun 2004 20:42:11 +0200
swosh wrote:
> 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.
A database have, database... tables inside database, field in these table
and it can record entry in these tables with the good field type (text,
numbers...). All you have to do is to make a program that answer query
about those table, look google for ansi-92 sql, and at least, install mysql
server and mysqlcc if you want to see a database in action.
- Next message: swosh: "Re: Develop a simple database in Java tutorial?"
- Previous message: swosh: "Develop a simple database in Java tutorial?"
- In reply to: swosh: "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
|