| Home | How To | Online Documentation | Support | Download | Order |
|
|
bool FetchNext(); Fetches rows from a result set. Return valueTrue if the next row was fetched; otherwise false . RemarksUse FetchNext method to fetch row by row from the result set. Each column of fetched row is represented by SAField object. If a result set exists after the last command execution, a set of SAField objects is created implicitly. To check whether a result set exists use isResultSet method. FetchNext method updates value parts of SAField objects. To get field description or value use Field method. Server specific notesNo specific information. See alsoisResultSet, Field, FieldCount Problems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
||||||||||||||||||