TOraLoader bug in v6.70.0.44

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dbulic
Posts: 3
Joined: Thu 05 Feb 2009 10:45

TOraLoader bug in v6.70.0.44

Post by dbulic » Thu 05 Feb 2009 10:57

It seems you are adding an extra character in the PutColumnData in the new version. What worked before, doesn't now.
To be specific: When I create TDPColumn and specify the size the same as the size of the varchar column in database, an error is raised during Load.
ORA-12899: value too large for column "TEST"."TLFSV1"."ED1" (actual: 16, maximum: 15)

The size in database is varchar2(15) and I specified column size 15. The error appears even if I put a small string.
Current override is to specify TDPColumn size 1 less than the database size, but that would lead to truncation of the data.
I would appreciate a very quick resolution of the issue as it's causing me a new product version release delay.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Thu 05 Feb 2009 13:09

We have answered you by mail.

Post Reply