AdoRecordSet:GetString()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:GetString()

Previous pageReturn to chapter overviewNext page

Purpose

Returns the Recordset as a string.

 

Prototype

METHOD GetString ( nStringFormat AS USUAL, nNumRows AS USUAL, cColumnDelim AS USUAL,  cRowDelim AS USUAL, cNullExpr AS USUAL )  AS STRING 

 

Argument(s)

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

 

 

 

Return

STRING        Returns the Recordset as a string

 

See Also

AdoRecordSet, AdoStringFormatEnum