I am using a MySQL database and I have a field of datatype TEXT. I am programming in Java and I get my record set using a CachedRowSet object. I am trying to get the value of the field using the getString function but it's not working. Does the CachedRowSet not support the TEXT datatype? How can I get that field?