
Using Sybase 11 text-fields
As a relative newbie to Delphi 2 I encountered the
following problem :
When using the query component with the SQL-lines :
select veld from bestand
where id = 1
Delphi generates an error saying :
EDBEngineError with message 'General SQL error.
Data conversion resulted in overflow..'
The veld-field is a Sybase 11 text-field and the
error only occurs if the text in the field is
bigger than 32K. Can anybody help me ?
Thanx and greetinx,
Cees