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
TOraLoader downloads one empty record to DB
Re: TOraLoader downloads one empty record to DB
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.
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.