On 28/06/2003 22:25 Hunter Hillegas wrote:
> Which of the JDBC drivers from jdbc.postgresql.org is the best
> performing?
>
> Besides spec support, is there any difference between JDBC2 and JDBC3?
IIRC, JDBC3 requires JDK1.4. Anyway, the requirements are stated on the
download page.
>
> When you build PostgreSQL and use the '--with-java' command, what version
> of
> the driver is built?
Looking at the source and the build.xml, it will compile the version
applicable to your JVM. i.e.:
JVM1.1 -> JDBC1
JVM1.2 or JVM1.3 -> JDBC2
JVM1.4 -> JDBC3
HTH
--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+