Re: [PHP-DEV] new php function From: Andreas Karajannis (Andreas.Karajannis <email protected>)
Date: 10/26/00

"Grigoriy G. Vovk" wrote:
>
> I've added new php function - odbc_executesp
> It execute stored procedure and get returned values from it.
> It recieve 3 arguments - result_id, parameters_array, type_array.
> type_array can contain value "in", "out", "inout"
> If value is "out" - in the parameter_array will be returned value from the
> stored procedures.
> I wanted to do this with 2-deimension array, but, I don't know how get
> values from 2-diminsion array.
> And there is one restrictions now - if we expect returned value and put
> "out" into type_array, we must put any string in parameter_array, if put
> empty string, function will not work, I don't know why.
> If anybody want to see my code. I can sent diff files.
> May be, anybody can rewrite it with 2-dimension array and without
> restriction, or help me to do this.

If you could send me your diffs, I'll have a look at it.

Thanks,
Andreas

-- 
Andreas Karajannis
GMD National Research Center for Information Technology
Schloss Birlinghoven, D-53754 Sankt Augustin
Phone +49 2241 142948

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>