G
Guest
Currently I have a asp.net 1.1 web page that uploads text file contents into
SQL. it reads the files line by line and then inserts the data. I want to
convert this web into 05. I was wondering if there is anything easier in 05
to upload files contents into SQL 05?
Do I still have to read the file line by line and parse out the line like
(string.SubString(4,10)) to get the value needed or is there an easier way?
I have 35 files that are different formatting and I have load all of them
into SQL via a web page
SQL. it reads the files line by line and then inserts the data. I want to
convert this web into 05. I was wondering if there is anything easier in 05
to upload files contents into SQL 05?
Do I still have to read the file line by line and parse out the line like
(string.SubString(4,10)) to get the value needed or is there an easier way?
I have 35 files that are different formatting and I have load all of them
into SQL via a web page