Access via odbc a postgrest - Mailing list pgsql-jdbc

From mjgacto@ugr.es
Subject Access via odbc a postgrest
Date
Msg-id 2130.150.214.28.109.1086607645.squirrel@goliat7.ugr.es
Whole thread Raw
List pgsql-jdbc
Hi.

I am new in using PostgreSQL. I install in a computer1 (with suse 9)
postgres 7.4, this work perfectly. In another computer2(with windows XP) I
try to access to the database of postgres (using
jdbc:postgresql://server:5432/database).
I don´t know if I have to install postgres in the computer2 o only I must
access via ODBC.
I try to install postgres using cygwin without success.
I try to download postgresql.jar and add this to the project option, but
this don´t work correctly, when I execute the next sentence
      Class.forName(org.postgresql.Driver); this sentence fails
Thanks in advance.
Best regards.
     Maria Jose

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Using a COPY...FROM through JDBC?
Next
From: Steve Wampler
Date:
Subject: Re: [PERFORM] Using a COPY...FROM through JDBC?