DBResult

Function:

Declares a recordset where the result of a query can be stored.

Syntax:

DBResult <Name of the recordset> "<Name of the database connection>"

Example:

DBResult myRecordset "myDatabase"