RecordSet

Using Flash Remoting, you can return RecordSet objects from application servers and display information from the records in a Flash application using ActionScript 2.0. Typically, application servers create record sets from the results of a database query. Remoting recordsets are sent back from the server as a typed object (type 0x0A). Recordsets have a built-in paging functionality that gateways may wish to implement.

References: