Can't insert number column with uniloader

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
allegro
Posts: 8
Joined: Wed 15 May 2013 06:56

Can't insert number column with uniloader

Post by allegro » Thu 27 Feb 2014 01:59

I insert data with uniloader in a test, The database is Oracle 9i and the column type is number. When I set column type is number(x) and x >= 10, The inserted data is always 0. Why? a bug?

Insert code:
Value := 11111111;

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Can't insert number column with uniloader

Post by AlexP » Fri 28 Feb 2014 13:14

Hello,

Thank you for the information. We have reproduced the problem and will investigate the reasons for such behavior.

allegro
Posts: 8
Joined: Wed 15 May 2013 06:56

Re: Can't insert number column with uniloader

Post by allegro » Tue 18 Mar 2014 03:25

I submitted the question of whether a new progress?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Can't insert number column with uniloader

Post by AlexP » Fri 21 Mar 2014 13:33

We are working at the problem solution at the moment. We will try to fix it in the nearest version

Post Reply