i'm not sure what you're asking. maybe this?
$result = odbc_exec($conn, "execute" . odbc_exec($conn,"execute sp_list
$quantity") . $last_name);
// I don't know much about odbc api, but that's how you execute a func in a
func
"Juan Andres" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi i send one question
>
> how i can execute two or more stored procedured?
>
> example
>
> $first_procedure = odbc_exec($conn,"execute sp_list
> $quantity");
>
> $second_procedure = odbc_exec($conn,"execute
> sp_list_names $last_name");
>
> how i use values of $second_procedure
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]