Thread: COPY FROM STDIN support for JDK 1.6
Hi all,
Currently I am using JDBC with Postgresql 8.3 and JDK 1.5.
I got the driver extension to support this setup from link - http://kato.iki.fi/sw/db/postgresql/jdbc/copy/
Now I want to upgrade my setup to JDK 1.6 with the same database version.
From where I can get the extension of JDBC-4 driver to support the COPY FROM STDIN operation ?
Is there any other way to support COPY using JDBC without the driver extension ?
This is the only thing not allowing me to upgrade JDK 1.5 to 1.6.
Thanks,
Vaibhav.
Currently I am using JDBC with Postgresql 8.3 and JDK 1.5.
I got the driver extension to support this setup from link - http://kato.iki.fi/sw/db/postgresql/jdbc/copy/
Now I want to upgrade my setup to JDK 1.6 with the same database version.
From where I can get the extension of JDBC-4 driver to support the COPY FROM STDIN operation ?
Is there any other way to support COPY using JDBC without the driver extension ?
This is the only thing not allowing me to upgrade JDK 1.5 to 1.6.
Thanks,
Vaibhav.
Explore your hobbies and interests. Click here to begin.
There should not be any problems using that driver with JDK 6, I am using it and it works fine, albeit I am using the 8.2 driver in JDK 6 not the 8.3 version. regards thomsa Vaibhav Patil wrote: > Hi all, > > Currently I am using JDBC with Postgresql 8.3 and JDK 1.5. > I got the driver extension to support this setup from link - > http://kato.iki.fi/sw/db/postgresql/jdbc/copy/ > > Now I want to upgrade my setup to JDK 1.6 with the same database version. > From where I can get the extension of JDBC-4 driver to support the COPY > FROM STDIN operation ? > Is there any other way to support COPY using JDBC without the driver > extension ? > > This is the only thing not allowing me to upgrade JDK 1.5 to 1.6. > > Thanks, > Vaibhav. > > > > ------------------------------------------------------------------------ > Explore your hobbies and interests. Click here to begin. > <http://in.rd.yahoo.com/tagline_groups_6/*http://in.promos.yahoo.com/groups/>
We use COPY regularly against JDK6 as well, and have not seen any problems. What issues are you seeing? On Wed, Jun 3, 2009 at 9:58 PM, Vaibhav Patil <infovaibhav@yahoo.com> wrote: > Hi all, > > Currently I am using JDBC with Postgresql 8.3 and JDK 1.5. > I got the driver extension to support this setup from link - > http://kato.iki.fi/sw/db/postgresql/jdbc/copy/ > > Now I want to upgrade my setup to JDK 1.6 with the same database version. > From where I can get the extension of JDBC-4 driver to support the COPY FROM > STDIN operation ? > Is there any other way to support COPY using JDBC without the driver > extension ? > > This is the only thing not allowing me to upgrade JDK 1.5 to 1.6. > > Thanks, > Vaibhav. > > > > ________________________________ > Explore your hobbies and interests. Click here to begin.