Click or drag to resize

VoDbRecordPut Function (Byte)

X#
Update the current record from an array of bytes

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION VoDbRecordPut(
	aRecord AS BYTE*
) AS LOGIC
Request Example View Source

Parameters

aRecord
Type: Byte*
The bytes that form the record. Please note that if the DBF has a memo file, then this array must contain a valid position for the memo attached to the record.

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
Tip Tip
VoDbRecordPut() and CoreDb.RecordPut() are aliases
See Also