TOraLoader downloads one empty record to DB

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ankaa
Posts: 1
Joined: Thu 27 Aug 2015 09:36

TOraLoader downloads one empty record to DB

Post by ankaa » Thu 27 Aug 2015 10:17

I'm using TOraLoader for downloading records from a text file. From any file to any it puts one empty record and stops working, without any error message. ODAC 9.4.14 for RAD Studio XE5. Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production.
LoaderFile := sFile;
LoaderDelimiter := ',';
OraLoader.Columns.Clear;
OraLoader.tableName := sName;
OraLoader.Load;

Please help

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

Re: TOraLoader downloads one empty record to DB

Post by AlexP » Thu 27 Aug 2015 10:49

Hello,

Try to reproduce the problem on the latest ODAC version 9.5.18. If the problem repeats, please send us a sample reproducing the problem.

Post Reply