RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ENoResultSet Class

ENoResultSet is the exception class for unsuccessful attempts to open a dataset query.

Pascal
ENoResultSet = class(EDatabaseError);
C++
class ENoResultSet : public EDatabaseError;

DBTables

ENoResultSet is raised by TQuery when an attempt is made to open the query without a SELECT statement. 

 

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