Re: Urgent : JDBC problem in PostgreSql for Linux

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Urgent : JDBC problem in PostgreSql for Linux
Date: 2003-06-21 12:38:33
Message-ID: bd1jk0$306$1@main.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Instead of posting this again you should really try to use Sun's JDK first!

Kallol Nandi schrieb:
>
> Hi All,
>
> This is my first post to this mailing list.
> I am facing an error in JDBC.
> The linux version I am working on is 8.0, postgresql version is 7.2.2
> and the jar file I am using is postgresql.jar.
> **
> *This is the code :*
> **********
> import java.sql.*;
> import java.util.*;
> import org.postgresql.Driver;
>
> [...]

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kallol Nandi 2003-06-21 12:48:58 Re: Urgent : JDBC problem in PostgreSql for Linux
Previous Message Kallol Nandi 2003-06-21 12:21:29 Urgent : JDBC problem in PostgreSql for Linux