> From February to July of last year I worked for a company where I
> wrote C code that accessed a PostgreSQL database with SQL commands and
[quoted text clipped - 11 lines]
> I've coded with Java before; in fact I have about five years of expe-
> rience with Java; but I've never done anything with SQL with it.
http://java.sun.com/docs/books/tutorial/jdbc/
I recall a similar posting elsewhere - are you multi-posting? If so,
please don't.
http://www.blakjak.demon.co.uk/mul_crss.htm
http://www.cs.tut.fi/~jkorpela/usenet/xpost.html
> ---Kevin Simonson
>
> "You'll never get to heaven, or even to LA,
> if you don't believe there's a way."
> from _Why Not_
SignatureSeparatorException: hyphen hyphen space newline is a separator
that is recognised by most newsgroup reading software.

Signature
RGB
- who doesn't particularly want to visit smog city again. YMMV.
Lew - 22 Feb 2008 00:44 GMT
> SignatureSeparatorException: hyphen hyphen space newline is a separator
> that is recognised by most newsgroup reading software.
I think there's even an RFC about that.
RGB wrote:
> http://java.sun.com/docs/books/tutorial/jdbc/
To the OP: what you want is JDBC, not ODBC. That's the link RGB gave you.
kvnsmnsn@hotmail.com wrote:
> PostgreSQL database
ODBC will be horrid with Java. Postgres has a really good JDBC driver that
works with the Java Transaction API (JTA) and other advanced DBMS-access
libraries.
<http://jdbc.postgresql.org/documentation/82/index.html>

Signature
Lew