<< Click to Display Table of Contents >> AdoRecordSet:GetString() |
![]() ![]() ![]() |
Returns the Recordset as a string.
METHOD GetString ( nStringFormat AS USUAL, nNumRows AS USUAL, cColumnDelim AS USUAL, cRowDelim AS USUAL, cNullExpr AS USUAL ) AS STRING PASCAL CLASS AdoRecordSet
nNumRows (Optional) The number of rows in the recordset to convert
cColumnDelim (Optional) A delimiter used between columns if specified, otherwise the TAB character.
cRowDelim (Optional) A delimiter used between rows if specified, otherwise the CARRIAGE RETURN character
cNullExpr (Optional) An expression used in place of a NULL value if specified, otherwise the empty string
STRING Returns the Recordset as a string
AdoRecordSet, AdoStringFormatEnum