My current project is using DAO to communicate with the access database. I'm trying to find a solution to paginate using DAO but all I see is pagination for ADO. Is it possible to paginate using DAO? How would I implement that?