Click or drag to resize

CoreDb.RecordPut Method

X#
Update the current record from an array of bytes

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD RecordPut(
	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