Use
You request the output of additional result data.
Prerequisites
You have the DBM operator authorization
AccessSQL.You have
opened an SQL session and transferred an SQL statement. In the response, CONTINUE indicated that additional result data was available.Syntax
sql_fetch
Reply
The fields in a record are separated by semicolons.
Character strings are displayed in single quotation marks.
OK<NL>
(END|CONTINUE)<NL>
<record><NL>
<record><NL>
Values for the individual fields of the reply
END |
The contents of the file have been transferred in full. The file is closed automatically. |
CONTINUE |
The file contains further entries that were not transferred due to the limited storage available for replies. You can display these by entering the above command again. |