php-db | 2001062

[PHP-DB] correct on "sybase function for MS-SQL Server" From: jong jong (jxu158 <email protected>)
Date: 06/29/01

I have to correct this:

The following stored procedure did add 2 records into
"mytable" after I called sybase_query("exec
SP",$conn). But it just returned "false" like what I
said yesterday. Anyway, 2 records went to my database.
That's better than 1. So I don't care this "false".
SP:
CREATE PROCEDURE SP AS
insert into mytable values(...)
insert into mytable values(...)

Now, I find that sybase_query() can not work with the
stored procedure which has more than 1 "select ..."
statement. What is the problem here?

Thanks,
Wen
 

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

-- 
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>