CodeCharge StudioRetrieves the specified field value from the current row of a recordset.
CCGetValue(RecordSet,FieldName)
| 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 |