You have executed a database statement. The keyword CONTINUE at the end of the reply shows that additional result data is available. You display this additional data in the same database session.
· You have the server authorization AccessSQL.
· You have opened a database session (see: Opening a Database Session).
· You have executed a database statement (see: Executing a Database Statement)
·
db_fetch
OK<NL>
(END|CONTINUE)<NL>
<record><NL>
<record><NL>
Values for the Reply Fields
Field |
Description |
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. |
<record> |
Result data of the database statement. The fields in a
record are separated by semicolons. |