
Quickly create HTML tables from an ADO Recordset
The ADO Recordset object exposes the GetString method, which returns the values in the Recordset into a formatted string. Here’s its syntax: res = GetString([StringFormat As StringFormatEnum = adClipString], _ [NumRows As Long = -1], [ColumnDelimeter As String], _ [RowDelimeter As String], [NullExpr As String]) As String This method is