I'm reading in a record from an ODBC connection with an SQL select and having a problem with a field that is defined on the database as a 2048 text string. The SQL select does not fail, but when I try to access the field, I get 3146 not found error. I'm thinking because it is greater than 255? Anyone have any suggestions how to read such a field in? Thank you in advance, I'll be sure to rate any helpful responses.