Hi
I need to insert a flat text file into a SQL Server table using C#.
The text file lines are 500 characters long and I will need to break it up into columns.
Column 1 – 6chars, Column 2 – 1chars, Column 3 – 8chars
I’ve managed to read the lines, but I can’t get it into the database.
Please help