Is there a way when using the "dbload" command to specify that it must
stop after a number of SUCCESSFUL rows have been loaded?
Regards
David Reed
Art S. Kagel - 27 Feb 2006 20:55 GMT
> Is there a way when using the "dbload" command to specify that it must
> stop after a number of SUCCESSFUL rows have been loaded?
Truncate the input file? Copy only the number of records you need from the
whole file to a copy, using say head: head -1000 oldfile.unl >newfile.unl?
Art S. Kagel
Art S. Kagel - 27 Feb 2006 20:55 GMT
> Is there a way when using the "dbload" command to specify that it must
> stop after a number of SUCCESSFUL rows have been loaded?
Truncate the input file? Copy only the number of records you need from the
whole file to a copy, using say head: head -1000 oldfile.unl >newfile.unl?
Art S. Kagel