Hi!
I have field in the database which should accept text (Unicode) with different size. First I set this field to be nvarchar(3000) and I've attempted to put some text (about 2000 symbols) in that field with PHP. Then I tried to view the saved text using again PHP. For my suprise the length of the text was about 100 symbols?! (I changed the type of the field to varchar(5000) but I got the same effect().
Again I changed the type of the field to text - but only about first 1000 symbols were saved?!
Using ntext PHP and MSSQLServer simply refused to work...
Win2kAdvancedServer/MSSQLServer2K/PHP4.2.3/Apache2.0.43
I have field in the database which should accept text (Unicode) with different size. First I set this field to be nvarchar(3000) and I've attempted to put some text (about 2000 symbols) in that field with PHP. Then I tried to view the saved text using again PHP. For my suprise the length of the text was about 100 symbols?! (I changed the type of the field to varchar(5000) but I got the same effect().
Again I changed the type of the field to text - but only about first 1000 symbols were saved?!
Using ntext PHP and MSSQLServer simply refused to work...
Win2kAdvancedServer/MSSQLServer2K/PHP4.2.3/Apache2.0.43