getting started with databases
From: Agata Staniak (agaace_at_usenet.vitryna.pl)
Date: 03/27/04
- Next message: Thomas Schodt: "Re: Is java free?"
- Previous message: Robert: "Re: Accessing sub-class methods of an array of abstract objects."
- Next in thread: Christophe Vanfleteren: "Re: getting started with databases"
- Reply: Christophe Vanfleteren: "Re: getting started with databases"
- Reply: Agata Staniak: "Re: getting started with databases"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 27 Mar 2004 14:48:08 +0100
Hey!
I need to write a simple applet that will use a simple database (actually, a
Microsoft Access file - db1.mdb).
I don't know much about databases, I only know how to write simple SQL
queries (I only used PHP + MySQL so far).
And as I read in Sun's JDBC tutorial, before establishing a connection I
have to load some driver.
So I have some questions:
1) What is the name of the driver for mdb files?
2) Where can I get it (or maybe it is automatically installed with JDK 1.4)?
3) Do I need anything more to establish a connection with the database?
If anyone could send me a simple snippet that connects to an mdb file, makes
a query (something like "SELECT * FROM table;") and disconnects - it would
be great - I totally lost my way :-(
Thanks in advance
-- Agata Staniak
- Next message: Thomas Schodt: "Re: Is java free?"
- Previous message: Robert: "Re: Accessing sub-class methods of an array of abstract objects."
- Next in thread: Christophe Vanfleteren: "Re: getting started with databases"
- Reply: Christophe Vanfleteren: "Re: getting started with databases"
- Reply: Agata Staniak: "Re: getting started with databases"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|