User: code_simian
code_simian's activity in the archive.
Comments · 1
-
Re:I recommend Mysql users to take a look at PG on PostgreSQL 8.0 Enters Beta · · Score: 1I use PGSQL and return reference cursors. The PostgreSQL JDBC driver is able to cast the return value into a standard ResultSet. Here is how I do it. The PGSQL function:The JDBC code, ignoring try - catch and assuming Connection con is already defined and holds an open connection, for simplicity: