There is no limmitations in updating or inserting any column with large data. use 
INSERT INTO or UPDATE.

If you are using NCHAR, NVARCHAR, CHAR or VARCHAR with lengths > 256 you will not be 
able to select more than 256 bytes when you are using the mssql extension. This 
limitation is a limitation in Microsofts libraries and not in the PHP extension.

- Frank

> Hi. does anybody know how to update data which is over 255 character in
> MSSQL? Thanks!
> 
> 
> -- 
> PHP Windows 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]
> 
> 
> 




-- 
PHP Windows 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]

Reply via email to