by HME_Elvis (1 Submission)
Category: Databases/Data Access/DAO/ADO
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(37 Votes)

[Updated 27/2/05] Make your recordset universal! Use this class to export ADO recordsets into the industrial standered [csv], commercial standered [html] and the power user standered [Excel]. This is an updated version of my previous work, now complete Events, Properties, Documentation and even more options! Fuly optimized and commented. All bugs fixed. A must have for any database devoloper and a must add to any code library!
API Declarations'API used for custom DoEvents Function
Private Declare Function GetQueueStatus Lib "user32" (ByVal qsFlags As Long) As Long
Download HME ADO Recordset Export Class (CSV, HTML, Excel) (30 KB)