ADODataRecord.operator=


public operator operator=

Prototype:

operator=(x)

Parameters

x
a static string or number to be the new value of the record

Description:

This operator modifies the data in the record. This will also cause the Concept ODBC library to attempt to write the new data in the table (if is possible).

Warning: the positional updates are not recommended. Is recommended to build update queries instead.

Return value:

Returns the x parameter.