Re: CallableStatements

From: gbittar(at)iqa(dot)cc
To: Dave(at)micro-automation(dot)net
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: CallableStatements
Date: 2001-11-26 16:15:36
Message-ID: 3C026AA8.78064D92@iqa.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-11-26 17:20:55 Re: CallableStatements
Previous Message Dave Cramer 2001-11-26 15:02:09 Re: CallableStatements