Thank you for answer, but this is not my problem,
my problem is, that I have to generate the insert-statement in a procedure. I can't use any managers or format files, because I don't know the file structur in design-time. During runtime I create the bulk insert statement with any parameters. In one time there are ";" for fieldterminators, in other times tabs and so on.
My bulk insert statement works fine, but if the first line don't have any fieldterminators, the import isn't correct.
The bulk insert statement havn't any ignore lines parameter, there is only the firstrow parameter.