RecordSet to CSV in VBScript Steve 2008 Sep 23 1 Comment While I’m in a temporary hell maintaining some VBScript, I thought I’d should share this. RecordSet’s GetString method is inadequate for properly quoting CSV, so I had to write this. Continue reading