From my site (an excerpt from my book):
http://www.betav.com/Files/Content/Whitepapers/Using%20the%20ADO%20Stream%20Object%20to%20Manage%20BLOBs.htm
--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
[quoted text, click to view] "Josh" <s@a.com> wrote in message
news:%23%23AXVpNlIHA.4140@TK2MSFTNGP04.phx.gbl...
> How do I get the data out of an MS-SQL Text field efficiently
>
> A simple "SELECT [FieldName] FROM [Table]" 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
>
>
>
>
>