RE: [PHP] mssql_bind() couldn't process string parameter longer than 254 characters

2003-11-12 Thread Jay Blanchard
[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 :)

[PHP] mssql_bind() couldn't process string parameter longer than 254 characters

2003-11-12 Thread Miroslav I.
Hi, people - the first time in the list, - subscribed only for few minutes and already have 7 messages :-) this is promising!! #The problem: mssql_bind() (PHP Version 4.3.2-RC) couldn't pass string parameter longer than 254 characters to the stored procedure (MSSQL2000 server) ##Is there