VoDbRecordPut Function (Byte) | |
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
public static bool VoDbRecordPut(
byte* aRecord
)
Request Example
View SourceParameters
- 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:
LogicTRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
VoDbRecordPut() and CoreDb.RecordPut() are aliases |
See Also