|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
is there any limit to how long of a string SqlDataReader.GetString() can return?is there any limit to how long of a string SqlDataReader.GetString() can
return? Was there something wrong with Carls answer to your first post of this same
question? -- Show quoteHTH, Kevin Spencer Microsoft MVP Professional Numbskull Hard work is a medication for which there is no placebo. "Daniel" <softwareengineer98***@yahoo.com> wrote in message news:%234ArnM2YGHA.3936@TK2MSFTNGP05.phx.gbl... > is there any limit to how long of a string SqlDataReader.GetString() can > return? > > Daniel wrote:
> is there any limit to how long of a string SqlDataReader.GetString() No limit is imposed by SqlDataReader. IIRC, there is an underlying limit of > can return? 2GB imposed by SQL Server - AFIAK you should be able to pull back an entire 2Gb image as a "string", assuming you have enough memory. -cd |
|||||||||||||||||||||||