RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBTables.Check Function

Determines whether a value returned from the Borland Database Engine (BDE) represents an error condition.

Pascal
procedure Check(Status: DBIResult);
C++
Check(DBIResult Status);

DBTables

Pass the return code from a direct BDE API call as the Status parameter when calling Check. Check determines whether Status indicates an error condition, and if so, calls DbiError to raise an exception. 

 

DbiError

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!