On Tue, 27 Feb 2007, Mark wrote:
Is there postgresql 7.4 driver to run on java 1.5? I prefer to keep old DB version and not to upgrade to 8
pg74.216.jdbc3.jar from http://jdbc.postgresql.org/download.html is what you're looking for. It won't compile under the 1.5 JDK, but it will run correctly.
Kris Jurka