Category Archive for 'VBScript'

RecordSet to CSV in VBScript

Tuesday, September 23rd, 2008

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.