[PHP-DB] SYBASE using STORED PROCEDURES From: Marc Bigler (N_O_S_P_A_M_syn_uw <email protected>)
Date: 10/14/00

Hello,

I would like to known if it is possible to run a query using a
stored_procedure and how to do it and how to get the result.

I think it should be used like that:

$queryResult = sybase_query("sp_helpdb mydatabase");

How can i now get the result of this stored procedure, and what if it
returns 2 record sets ?

Thanks for the help

Regards

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