Bt_Error() Function
<< Click to Display Table of Contents >>
Bt_Error() Function
|
|
Purpose
Return Error code of last Btrieve operation
Prototype
FUNCTION Bt_Error AS LONG
Return
LONG Error code of last Btrieve operation
Description
Error CODE from most recent Btrieve operation. Zero or a negative number indicates that the operation completed successfully. A positive number indicates that an error occurred.
Use BT_ErrorMsg() to translate an error message number to text that your application can display.
See Also