What would it take to add built in paging for VistaDB? What does the VistaDB Team have to add for this to happen?
Is it the lack of the ROW_NUMBER() function or SQL99 syntax "SELECT * FROM TABLE LIMIT 10 OFFSET 20" that has caused VistaDB to miss out on built in paging, sorting, etc through EntitySpaces?
I would really love to see EntitySpaces and VistaDB get this issue taken care of so that I can spend less time trying to write custom paging/sorting code and more time on feature development.
I would have asked about this sooner, but I wasn't using the esDataSource control until recently. I love what it can do, I just wish it also supported VistaDB for built in paging, sorting, etc.