View Single Post
  #1 (permalink)  
Old July 9th, 2009, 12:45 PM
grnzbra grnzbra is offline
Registered User
Points: 5, Level: 1
Points: 5, Level: 1 Points: 5, Level: 1 Points: 5, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jan 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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?
Reply With Quote