How to read CSV files line by line in VBScript

Posted by Shyju on Stack Overflow See other posts from Stack Overflow or by Shyju
Published on 2008-10-17T20:06:34Z Indexed on 2010/04/15 12:53 UTC
Read the original article Hit count: 183

Filed under:
|
|

I am using an ASP page where I have to read a CSV file and insert it into DB table "Employee". I am creating an object of TestReader. How can I write a loop to execute up to the number of rows/records of the CSV file which is being read?

© Stack Overflow or respective owner

Related posts about csv

Related posts about asp-classic