I tried to work a solution by using the ReadXML method of a dataset; that didn't work out. I eventually punted and tried doing a simple import into Excel and it worked perfectly. I was then able to quickly use DTS to import the spreadsheet. Fortunately, the recordset was only about 17,000 rows so I didn't have to worry about overflow with the spreadsheet (65,536 rows max).
|