asp ADO GetString函数与用GetString来提高ASP的速度


rs.getstring的方法GetString的作用是:以字符串的形式返回指定的记录集 。可以使用这个方法向ASP文件中添加HTML表格 。
getstring 方法语法
Set str=objRecordset.GetString(format,n,coldel,rowdel,nullexpr) 
Parameter参数 Description描述
format Optional. A StringFormatEnum value that specifies the format when retrieving a Recordset as a string
可选参数 。指定一个
n

Optional. The number of rows to be converted in the Recordset
RecordsetStringFormatEnum值 。它是用于指定提取记录集的格式