Hi,
I have a problem with a query in Delphi 7, when i do an update in a memo field of the DB2 database some caracters are puting in the final of the string. For example:
UPDATE TABLE SET MEMOFIELD = :MEMOFIELD WHERE ID = :ID
:MEMOFIELD = 'TEXT'
:ID = 10
The result in the DB2 is TEXT iiisskddä§.
This only happen with DB2 database, I tested with SQL, ORACLE8I and ORACLE9i and any of this databases update trash caracters.
Thank's