Hi John, welcome to the Boards !
Dreamweaver use a SQL LIMIT statement to page the recordsets, but like an automatic behavior. You need to do the same in Flash, passing back and forth the nr of the first record you want the how many rows you need, basically to build:
"select * from myTable LIMIT 20, 10"
But there's no behaviour in Flash nor in dreamweaver to output values as Flash needs.
Jorge