Re: [PHP-DB] Procedure Parameter OUT values

2010-01-26 Thread Chris
WebPat wrote: Chris wrote: WebPat wrote: I am surprised by the order of the data returned from my stored procedure, and that it appears associated with the incorrect variables. Apparently the data is returned entirely positionally, without consideration for the variable names. So, the names of

Re: [PHP-DB] Procedure Parameter OUT values

2010-01-25 Thread WebPat
Chris wrote: WebPat wrote: I am surprised by the order of the data returned from my stored procedure, and that it appears associated with the incorrect variables. Apparently the data is returned entirely positionally, without consideration for the variable names. So, the names of the OUT param

Re: [PHP-DB] Procedure Parameter OUT values

2010-01-24 Thread Chris
WebPat wrote: I am surprised by the order of the data returned from my stored procedure, and that it appears associated with the incorrect variables. Apparently the data is returned entirely positionally, without consideration for the variable names. So, the names of the OUT parameters in the p