[snip]
##Is there a way to call stored procedure ( from PHP ) with long string
parameters?

"There is a bug in MSSQL Client Libraries that avoid sending varchar
parameters for more than 255 characters to a stored procedure.Use
mssql_query instead."
[/snip]

You already answered your own question :) In this case it probably means
stroing the entire SP as PHP script and running it from there.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to