ODBC issue with longer text field

Hello. I am having an issue with the XOJO ODBC driver. A field in the database has a defined length of 200. Using a simple SELECT statement, the record set returns what looks like 127 characters max if the string is more than that. I have used this XOJO ODBC driver a quite a bit in the past, but not necessary for long text fields. The database is an old, old version of a FairCom ISAM database. I.E. it is a legacy product that I am supporting.

I also have two other database viewers that I use and both of these work well and return the entire string, so I know it is not the ODBC driver of the database. Can anyone offer any help on this issue?

Thanks,

Rocky