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;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!