in reply to Unable to retrieve field which has more than 255 chars

Did you double-check that indeed this field actually contains more than 255 chars?

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics
  • Comment on Re: Unable to retrieve field which has more than 255 chars

Replies are listed 'Best First'.
Re^2: Unable to retrieve field which has more than 255 chars
by Anonymous Monk on Mar 07, 2012 at 11:43 UTC

    I checked in backend and got the desired results. Actual length is 320 chars and I can retrieve them using the same query in mssql.

    Field datatype is defined as "nvarchar(2500)"