View Single Post

   
  #3 (permalink)  
Old 04-11-2008, 04:03 AM
Josh Berkus
 
Posts: n/a
Default Re: IN/OUT parameters

Hmmmm ....

> It seems to me that the bind message needs to support the notion of
> direction in order for this to work cleanly.
>
> Alternatively we could punt and use SQL Server's mechanism where they
> only support IN, and INOUT, which would require all parameters to be
> sent to the procedure.


Does SQL2003 cover IN/OUT parameters? I don't see anything in SQL99.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote