AdsWriteRecord

Advantage Client Engine

Writes any changes in the current record.

Syntax

UNSIGNED32

AdsWriteRecord (ADSHANDLE hTable);

Parameters

hTable (I)

Handle of table or cursor.

Remarks

AdsWriteRecord flushes any data changes to the Advantage server. If an implicit lock is held on the record, calling this function will release it.

Example

Click Here

See Also

AdsWriteAllRecords