Re: CallableStatements - Mailing list pgsql-jdbc

From gbittar@iqa.cc
Subject Re: CallableStatements
Date
Msg-id 3C026AA8.78064D92@iqa.cc
Whole thread Raw
In response to Re: CallableStatements  ("Dave Cramer" <Dave@micro-automation.net>)
List pgsql-jdbc
If you are offloading a lot of processing onto your server, then really all
you want to do is send it some parameters, wait while work gets done, and
get a result code to find out how things went.

Dave Cramer wrote:

> Well, given that postgres doesn't support the notion of returning a
> result set from a stored procedure; I'm not sure what benefit this would
> be.
>
> Regards,
>
> Dave


pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: Re: CallableStatements
Next
From: Barry Lind
Date:
Subject: Re: CallableStatements