CodeCharge Studio

CCGetValue Function (ASP)

Description

Retrieves the specified field value from the current row of a recordset.

Syntax

CCGetValue(RecordSet,FieldName)

Return Value

String

Parameters

Name Type Description Required
RecordSet ADODB.Recordset Recordset to retrieve the value from. Yes
FieldName String or Integer Field name or field index whose value is to be retrieved. Yes


On-line, printable versions and updates