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
SELECT * INTO MyTable FROM OPENDATASOURCE('Microsoft.JET.OLEDB.4.0',
'Data Source=F:\MyDirectory;Extended Properties="text;HDR=No"')...
[MyCsvFile#csv]