RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.NextResult Method

Advances reader to next result.

Pascal
function NextResult: Boolean; override;
C++
virtual __fastcall Boolean NextResult();

NextResult advances to the next result when a provider has returned multiple result sets, such as several rows. Returns true if there is more data; false otherwise. 

 

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