BtrvResult

Prev Next Home Home Table Of Contents Index

BtrvResult : Number

BtrvResult returns the result code from the last Btrieve call. A zero is considered a success.


Example:
Procedure BtrieveError If BtrvResult <> 0 Writeln 'Btrieve Error #',BtrvResult Writeln 'Exiting Program...' ExitMenu Endif EndProc

Result Codes: 4 - Key Value not Found 5 - Duplicate Key Value 6 - Invalid Key Number 7 - Different Key Number 9 - End of File 10 - Modifiable Key Value Error 11 - Invalid File Name 12 - File not Found 18 - Disk Full 20 - Btrieve not Loaded 28 - Record too Long 29 - Key too Long 30 - Not a Btrieve File 41 - Operation not Allowed 46 - File Access Denied 78 - Deadlock Detected 86 - File Table Full 87 - Handle Table Full 92 - Transaction Table Full

For other codes use BtrvResultMessage to display the error.

See Also: BtrvResultMessage

Category: Btrieve

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home