If you want to use ADO.NET then you will need to create a 'schema.ini' file, which I believe must be in the same folder as the data file. You can search online for the file format.

The alternative would be to use a TextFieldParser and read the file yourself, line by line.