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]