Обсуждение: Connection problem

Поиск
Список
Период
Сортировка

Connection problem

От
"michel.verplancke"
Дата:
Hi everybody,
 
Here is my problem
 
I have a JAVA application running on W2K connected with PostgreSQL 7.4 running on a Linux box
 
If I use pg73jdbc3.jar within JAVA , everything is working fine
 
If I try to use  pg741jdbc3.jar, (which I dowloaded from http://jdbc.postgresql.org ) I can not read Postgresql anymore !!
 
Do I have to do something special , or did I do something wrong ?
 
Thanks

Re: Connection problem

От
Kris Jurka
Дата:

On Wed, 28 Jan 2004, michel.verplancke wrote:

> Hi everybody,
>
> Here is my problem
>
> I have a JAVA application running on W2K connected with PostgreSQL 7.4 running on a Linux box
>
> If I use pg73jdbc3.jar within JAVA , everything is working fine
>
> If I try to use  pg741jdbc3.jar, (which I dowloaded from http://jdbc.postgresql.org ) I can not read Postgresql
anymore!! 
>
> Do I have to do something special , or did I do something wrong ?
>

You should not need to do anything special.  In fact I would have expect
only the 7.4 jar file to work and the 7.3 version to fail.  You will need
to be more specific about "I can not read Postgresql anymore!!"  Do you
get an error message?  What happens?

Kris Jurka