G
Guest
Hello !
I"m trying to insert large string (more than 1000) into TEXT field in SQL
Server but it truncate the data to 255 symbols. Is there any other way to
insert large string into TEXT field without using WRITETEXT and UPDATETEXT?
Just from ADO.NET?
Till this moment I try to execute query with SQLParametersCollection (with
SQLDbType.TEXT) and query just like a string - the result is the same : only
255 symbols..
Kind regards,
Toma
I"m trying to insert large string (more than 1000) into TEXT field in SQL
Server but it truncate the data to 255 symbols. Is there any other way to
insert large string into TEXT field without using WRITETEXT and UPDATETEXT?
Just from ADO.NET?
Till this moment I try to execute query with SQLParametersCollection (with
SQLDbType.TEXT) and query just like a string - the result is the same : only
255 symbols..
Kind regards,
Toma