[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.caching

is there any limit to how long of a string SqlDataReader.GetString() can return?

Daniel

4/19/2006 3:42:00 AM

is there any limit to how long of a string SqlDataReader.GetString() can
return?


1 Answer

Guffa

4/19/2006 4:44:00 PM

0

Yes. It can't be longer than the limit of the field it is reading from. No
field can hold more than 2147483647 characters.