Page 1 of 1

TOraLoader downloads one empty record to DB

Posted: Thu 27 Aug 2015 10:17
by ankaa
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

Re: TOraLoader downloads one empty record to DB

Posted: Thu 27 Aug 2015 10:49
by AlexP
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.