Advantage Client Engine
Retrieves the record size for the given table
UNSIGNED32 |
AdsGetRecordLength (ADSHANDLE hTable, UNSIGNED32 *pulSize); |
hTable (I) |
Handle of table or cursor. |
pulSize (O) |
Return size of record. This includes the deleted byte as well. |
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.