ironhide1975
Programmer
Does anyone know of a quick walk through or sample (besides Microsoft's page) of how ASP can read a tab delimited file (Classic ASP). I have a tab delimited file, first line is headers, second and on is data, that I need to write a ASP page that will import it into SQL server.
I have tried to import this with SQL manually and it gives me an error saying there is spaces at the end of the first field. Can anyone point me to a place where ASP can just read all the fields of the file and place them in a SQL table?
Any help is greatily appreciated.
I have tried to import this with SQL manually and it gives me an error saying there is spaces at the end of the first field. Can anyone point me to a place where ASP can just read all the fields of the file and place them in a SQL table?
Any help is greatily appreciated.