I've had the same problem with MS-SQL...
Any field set with varchar(>255) returns only 255 characters - no more!
I tried converting the field to text, but it only seems to return max 3000 characters. Here, though, I'm not sure if I'm saving the data correctly as I have no way to verify it.
Any suggestions?
Also, for the MS-SQL gurus out there, how do I set the date format to return as YYYY-MM-DD HH:MI:SS without resorting to calling the CONVERT() function on every date field -- any ideas?
Muchos Gracias! 🙂
-- J