Re: psql COPY with JDBC

Lists: pgsql-jdbc
From: "Nicholas E(dot) Wakefield" <nwakefield(at)KineticNetworks(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: psql COPY with JDBC
Date: 2006-04-03 23:11:04
Message-ID: 2F2A7EB72EBAF24582513E72ACCBCAAE0A264B@kniexch01.KineticNetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Chris,

I have a patched version of the JDBC driver which appears to work. However I built a wrapper round it to make it even easier to use, to make it more like pure a JDBC prepared statement - I'll gladly send you this.

> Yeah, there is a patch, this is rather old now but will do copy.

> 2)       Is there a better way to accomplish this than the above patch > with or without JDBC?