Simple text formatting
Unless you add explicit instructions for formatting the results of your queries, no data will be displayed. You can format the information as either an XML string or as an HTML table.
To write data out as an XML string, add the following statement to your ASP:
'Write the record set as an XML string
Response.Write obj.XML
To write data directly to an HTML table, add the following statement:
'Write the record set directly to an HTML table
Response.Write obj.HTML