Low Level Functions
<< Click to Display Table of Contents >> Low Level Functions |
|
_BtClearOwner | Remove the owner name that was assigned to a Btrieve table |
_BtClose | Closes a open btrieve file |
_BtCreate | Create a btrieve file |
_BtCreateIndex | Create a new index for an open Btrieve file |
_BtDelete | Deletes the current record in an open Btrieve File |
_BtDropIndex | Drop index of open Btrieve Table |
_BtGetDirect | Set the current fysical position of an open file |
_BtGetFirst | Position the Btrieve file on the first logical record for a given index |
_BtGetLast | Position the Btrieve file on the last logical record for a given index |
_BtGetNext | Position the Btrieve file on the next logical record for a given index |
_BtGetPos | Retrieve the position of the current record |
_BtGetPrevious | Position the Btrieve file on the previous logical record for a given index |
_BtInsert | Inserts a record into an open Btrieve File |
_BtOpen | Opens a btrieve file |
_BtSetFieldValue | Convert VO data to Btrieve Data, and write data to (any) buffer |
_BtStat | Retrieve status information from a file |
_BtStepFirst | Position the Btrieve file on the first physical record |
_BtStepLast | Position the Btrieve file on the last physical record |
_BtStepNext | Position the Btrieve file on the next physical record |
_BtStepPrevious | Position the Btrieve file on the previous physical record |
_BtUnlock | Unlock records from a file |
_BtUpdate | Write changes to a record back to disk |