Reading a text field

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

How do I get the data out of an MS-SQL Text field efficiently

A simple "SELECT [FieldName] FROM
" unfortunately returns a truncated
version of the fields contents ( which actually contains an entire book ).

I know that your not supposed to do a simple select, but my Google-Fu is
weak and I dont know what words to search for.

Can anyone supply some hints?

Thanks
 
Back
Top