record set | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | record set (database cursor),record sets (database cursors),record set's (database cursor's),record sets' (database cursors'),cursor (record set),cursors (record sets),cursor's (record set's),cursors' (record sets'),database cursor (record set),database cursors (record sets),database cursor's (record set's),database cursors' (record sets'),record set,database record set,database cursor,cursor result set,cursor results set,result set,results set |
Deprecated | database cursor |
Related | Glossary: database, SQL query, record Library: Database library |
Description | In a database, the set of records returned by a query. You can use commands in the Database library to move among the subset of records that makes up a record set. |
Tags | database |