Merant ODBC

g_remyx

New Member
Hello,

I have a problem with the Merant ODBC driver (9.1D) (win 2000). In the progress Database, there is a field "List_name" with a "x(100)" _width. the field is filled by 55 chars, not over the "x(100)" _width. When i start my query, if this field is in it, it return nothing but without this field, it works.
Is there a limit of the real width field with the ODBC driver ?
how can i do to resolve this problem ?

:confused:
 
I had this Problem too.
If there is one record bigger than 100 Chars in your field you will not be able to read that field with a SQL Connection.
Try to set a new SQL field width. Maximum: 31995
 
Back
Top