Loosing characters when trying to fill long column

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
scw2hi
Posts: 56
Joined: Fri 07 Jan 2005 13:06
Location: Hildesheim

Loosing characters when trying to fill long column

Post by scw2hi » Fri 07 Jan 2005 13:13

I try to fill a string with 4500 Characters into the database ( a column with datatype long) but only 4098 characters are stored.

I tried an older version of ODAC´s (4.50.2.19) without changing one line of code only (~1300) characters where stored :!:

So how can I store the whole string without loosing characters :?:

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 10 Jan 2005 12:16

We cannot reproduce your problem. Please specify versions of ODAC that you use now, version of Oracle client, Oracle Server, server charset. Please check TOraParam.DataType for parameter that you use with INSERT statement. It must be ftMemo. Send us please small demo project to demonstrate the problem and include script to create server objects to ODAC support address.

Post Reply