From: | John R Pierce <pierce(at)hogranch(dot)com> |
---|---|
To: | sahaanaa(at)kify(dot)net |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: query using JDBC with postgresql |
Date: | 2007-02-19 05:27:58 |
Message-ID: | 45D9355E.50006@hogranch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
sahaanaa subha wrote:
> I have used JSP with oracle . so i prefer to use JSP with postgresql. I
> have configured the JDBC driver for oracle .Is it ok if i use the same
> for POSTGRESQL or should i use configure, download and install a
> seperate JDBC drive for that?? If so which drive should i use??
you need to use the Postgres JDBC driver to talk to Postgres.
per http://jdbc.postgresql.org/download.html for Postgres 8.1, you
should use
http://jdbc.postgresql.org/download/postgresql-8.1-408.jdbc3.jar
>
> We have netbeans IDE to work with java . oracle. can the same IDE be
> used for postgresql.
sure, the IDE shouldn't matter at all.
From | Date | Subject | |
---|---|---|---|
Next Message | Kris Jurka | 2007-02-19 06:07:37 | Re: Large Objects with OID > 2147483647 |
Previous Message | sahaanaa subha | 2007-02-19 05:21:09 | query using JDBC with postgresql |