> I had the following problem which I have not been able to run down ?
>
> I use the ODBC driver for my c++ client, when I change the underlying
> column
> from a character varying(400) to Text. The
> client now sees this as a memo field. Is there something in the ODBC
> driver
> that makes this assumption ?
By C++ client, do you mean Borland C++ Builder? The IDE defaults the
field types based on internal assumptions. You can override them, but
it's a pain. Let me know if you are still stuck and maybe I can give
you some tips.
Merlin