Something related to this question might have been asked but not the issue I am facing.My connectionstring looks like this
Provider=Microsoft.Jet.OLEDB.4.0;Data Source="F:\TSData\Case 5262";
Extended Properties='text;HDR=No;FMT=Delimited';
I have a delimited text file with 2 lines
of data and no header
row but the first row is not read at all. If I have header row then both the lines are read.
Can anyone suggest a way to read all the rows from a file with no header row.