AdsGetRecordLength

Advantage Client Engine

Retrieves the record size for the given table

Syntax

UNSIGNED32

AdsGetRecordLength (ADSHANDLE hTable,

UNSIGNED32 *pulSize);

Parameters

hTable (I)

Handle of table or cursor.

pulSize (O)

Return size of record. This includes the deleted byte as well.

Remarks

The record size returned includes space for the deleted byte for DBF table records. For ADT records, this record size will include 5 extra bytes used internally by Advantage. This length may not reflect the actual amount of data accessible for this record if the table includes variable-length fields.

Example

Click Here

See Also

AdsGetRecord

AdsGetRecordNum