Problem with long strings in ODBC

jmprieto2000

New Member
In my database, I have a table with a field which stores the text of a report. This is a large field in general (about 1000 - 1500 characteres on avarage).

When I try to execute a SQL statement on this table, the ODBC driver (MERANT 3.60 32-bit, that is, it is Progress installs by default) throws the following error:

"[Merant][ODBC PROGRESS driver][PROGRESS] Column "Texto" in table PUB.TextoInf has value exceeding its max length or precision
SQLSTATE: S1000
Native error code: -210002"

Does anyone have any suggestions about this error?

My Progress version (Engine and AppBuilder) is 9.1A (patch 06).

Thank you in avanced...

--------------------
J.M. Prieto
GESI, S.L.
Sevilla (Spain)
jmprieto@gesi.es
 
Top