I have an old COBOL system that spits out Simple CSV files. These files have no headers. i.e. all lines in the CSV are data/record sets.
I have the code to import the CSV file into VBA and pop it into an array. All works well but I lose the first line of data because it thinks it is a header row.
the SQL string I am using is SELECT * FROM Data.CSV
Shall I just pull the fields and script a work around or is there a more elegant solution.
thanks in advance for reading this post.
HDR=NOin the extended properties of the connection string?