Low Level Functions

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Low Level Functions

Previous pageReturn to chapter overviewNext page
_BtClearOwnerRemove the owner name that was assigned to a Btrieve table
_BtCloseCloses a open btrieve file
_BtCreateCreate a btrieve file
_BtCreateIndexCreate a new index for an open Btrieve file
_BtDeleteDeletes the current record in an open Btrieve File
_BtDropIndexDrop index of open Btrieve Table
_BtGetDirectSet the current fysical position of an open file
_BtGetFirstPosition the Btrieve file on the first logical record for a given index
_BtGetLastPosition the Btrieve file on the last logical record for a given index
_BtGetNextPosition the Btrieve file on the next logical record for a given index
_BtGetPosRetrieve the position of the current record
_BtGetPreviousPosition the Btrieve file on the previous logical record for a given index
_BtInsertInserts a record into an open Btrieve File
_BtOpenOpens a btrieve file
_BtSetFieldValueConvert VO data to Btrieve Data, and write data to (any) buffer
_BtStatRetrieve status information from a file
_BtStepFirstPosition the Btrieve file on the first physical record
_BtStepLastPosition the Btrieve file on the last physical record
_BtStepNextPosition the Btrieve file on the next physical record
_BtStepPreviousPosition the Btrieve file on the previous physical record
_BtUnlockUnlock records from a file
_BtUpdateWrite changes to a record back to disk