Using VBScript, Open Recordset in ASP Page Using CSV as Source
I have a file, Capacity.asp in a folder, JobStatus, that contains a csv file, Capacity.csv. I need to open a recordset in the asp page that uses the .csv file as a source. I've been googling myself silly for the last 2 days and all I get is how to download a recordset to a csv file.
How do I open a recordset using a csv file as the source in an asp page that is written in VBScript?
|