|
Code
|
Global Constant
|
Description
|
|
0
|
BTO_Open
|
Open the Pervasive.SQL table specified as the TableName of the VAccess control.
|
|
1
|
BTO_Close
|
Close the Pervasive.SQL table.
|
|
2
|
BTO_Insert
|
Insert the current record in the memory into the Pervasive.SQL table.
|
|
3
|
BTO_Update
|
Update the current record in the Pervasive.SQL table with the data contained current record in memory.
|
|
4
|
BTO_Delete
|
Delete the current record from the file.
|
|
5
|
BTO_GetEqual
|
Retrieves the first record with an index value equal to the FieldValue specified.
|
|
6
|
BTO_GetNext
|
Retrieves the next record in the current index path.
|
|
7
|
BTO_GetPrevious
|
Retrieves the previous record in the current index path.
|
|
8
|
BTO_GetGreater
|
Retrieves the record with an index value that is greater than that of the FieldValue specified.
|
|
9
|
BTO_GetGreaterOrEqual
|
Retrieves the record with an index value that is greater than or equal to that of the FieldValue specified.
|
|
10
|
BTO_GetLess
|
Retrieves the record with an index value that is less than that of the FieldValue specified.
|
|
11
|
BTO_GetLessOrEqual
|
Retrieves the record with an index value that is less than or equal to that of the FieldValue specified.
|
|
12
|
BTO_GetFirst
|
Retrieves the first record in the current index path.
|
|
13
|
BTO_GetLast
|
Retrieves the last record in the current index path.
|
|
22
|
BTO_GetPosition
|
Places the physical position of the current record within the Pervasive.SQL file into the Position property of the VAccess control.
|
|
23
|
BTO_GetDirect
|
Retrieves the record specified in the Position property of the VAccess control.
|
|
24
|
BTO_StepNext
|
Retrieves a record from the VAccess from the location physically following the current record.
|
|
30
|
BTO_ClearOwner
|
Clears the current Owner Name security for the file. Note: the file must first be opened with the existing owner name.
|
|
33
|
BTO_StepFirst
|
Retrieves the record in the first physical location of the file.
|
|
34
|
BTO_StepLast
|
Retrieves the record in the last physical location of the file.
|
|
35
|
BTO_StepPrevious
|
Retrieves a record from the VAccess from the location physically preceding the current record.
|