Truncation from SqlServer with Text field ADO.Net

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I am trying to retrieve the content of a text column in
SqlServer using a DataReader. When I ask for the data,
using either GetString () or GetSqlString (), the data
gets truncated all ellipses (...) put on the end.

I don't know of any other way to get the data out so any
help is appreciated.
 
Back
Top