A list of products available on this site
Documentation for XtraMania's xtras
Prices and links to the online store
Xtras, PDFs, samples
Have a question? Ask us!
Contacts
Logo. www.xtramaina.com  
Home Search E-mail
ADOxtra Reference/rst.SetFieldValue()

rst.SetFieldValue()

Syntax

bSuccess=rst.SetFieldValue(fieldIndex, newValue)

Parameters

fieldIndex
Integer zero based index or String that identifies the field object in Recordset.Fields collection.
  
newValue
New value to be placed into the Value property of the field object indicated by fieldIndex.

Returns

True (1) if function completed successfully, false (0) otherwise.

Description

Sets the value of the recordset's field indicated by fieldIndex or fieldName. It sets the Recordset.Fields.Item(Index).Value of the wrapped ADODB.Recordset object with newValue. See ADOxtra typecasting topic for more details about how ADOxtra converts Lingo value to ADO value.
Not supported in ADOxtraLite version.

Site homeSearchContact author © Eugene Shoustrov. www.xtramania.com