Entering content frame

 Scrolling in the Result Data 

Use

You request the output of additional result data.

Prerequisites

You have the server 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.

 

 

Leaving content frame