Entering content frame

Procedure documentation db_fetch Locate the document in the library structure

Use

After executing the DBM command db_execute, you use this command to display any further data results within the same database session.

Prerequisites

·        You have the server authorization AccessSQL.

·        You have executed an administration command or an SQL statement (see db_execute). The keyword CONTINUE in the reply shows that the data has not yet been completely displayed.

Syntax

db_fetch

Reply

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.
Character strings are output in single quotation marks.

 

In the event of errors, see Reply Format

 

 

Leaving content frame