Parameters |
stringFormat
Integer value that specifies how recordset data should be converted to a string. It can be either VOID or adClipString (=2). In both cases method delimits rows by RowDelimiter, columns by ColumnDelimiter, and null values by NullExpr.
numRows
Optional. The number of rows to be converted in the Recordset. If numRows is not specified, or if it is greater than the total number of rows in the Recordset, then all the rows in the Recordset are converted.
columnDelimiter
String. Optional. A delimiter used between columns, if specified, otherwise the TAB character.
rowDelimiter
String. Optional. A delimiter used between rows, if specified, otherwise the CARRIAGE RETURN character.
nullExpr
String. Optional. An expression used in place of a null value, if specified, otherwise the empty string.
|