Hi,
I am new to sap db.
I am trying to load DB table from a tab('\t') delimited file
and for some or other reason it keep giving me errors.

I am attaching my loadercli command file.
Table qryTimings is already created using SQL Studio.

==============
SET COMPRESSED ' /\t//'

//
FASTLOAD TABLE qryTimings
  qryExecutedOn 1
  jctsId 2
  qryExecutionTime 3
  qryType 4
  sqlPart1 5
  sqlPart2 6
INFILE 'D:\tools\sapdb\mySQLs\atlas1.dat' COMPRESSED
==============
any and all help will be appreciated.


Thanks
Hemant




_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to