Having executed the DBM command sql_execute, you can use this DBM command to display any further data results within the same database session.
· You have the server authorization AccessSQL.
· You have executed the SQL statement (see: sql_execute). The keyword CONTINUE in the reply indicates that the results data has not yet been displayed completely.
sql_fetch
OK
[END|CONTINUE]
[<record>
<record>
...]
Values for the Reply Fields
Value |
Description |
END |
The reply was transferred in full. |
CONTINUE |
More data records are available but were not transferred due to the limited size of the reply memory. |
<record> |
Result data of the SQL statements The fields
in a data record are separated by semicolons. |