plain text
fnDisplayRecordset(...)
Description
This function displays the contents of an ADO recordset on a web-page. A
number of formatting options are available. The function also can
make the first data column into a query string which can be used to
link to another page. The query string (should) contain the values of
the primary key fields (so that that record can be selected again in
another page). An alternating colour for each row of the recordset can
be specified, as can other formatting options. The default 'field-name'
column headings can be replaced with new column headings
Syntax
fnDisplayRecordset(ADORecordset, URLstring)
Example
[UNTESTED CODE]
<%@ Language=VBScript %>
<% Response.Buffer = true %>