On Wed, 10 Dec 2003 marcelospbr(at)globo(dot)com wrote:
> I have a function that return a refcursor (step 1).
> When I execute from the DBManager, I get three lines as resulted (step 2).
> When I run the java code, I don't have success (step 3). Throws the error:
> No results were returned by the query.
> Somebody knows what's happening?
Perhaps take a look at this:
http://developer.postgresql.org/docs/postgres/jdbc-callproc.html
I believe you will also need to use the 7.4 jdbc driver even though you
are running against a 7.3 database.
Kris Jurka