Hello,
I am part of a team that is working on implementing the CallableStatement
interface for JDBC. CallableStatement is used to call stored procedures.
However, postgresql does not implement stored procedures as such and uses
functions instead. As functions can only return a single value or a
Hi all,
I've noticed quite a few postings lately about connecting to the jdbc driver. They all
seem to mention having the CLASSPATH environment variable set correctly.
In a lot of cases setting CLASSPATH is unnecessary.
Java 1.2 introduced a feature called the Extension Mechanism which basicall