The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

MS Access Paging using esDataSource? Not Possible?

Last post 04-15-2008, 1:39 PM by Mike.Griffin. 1 replies.
Sort Posts: Previous Next
  •  04-15-2008, 1:33 PM 8871

    MS Access Paging using esDataSource? Not Possible?

    Reading through esDataSource, it does call out that paging is supported for MySQL, SQL Server and one other, noting that the model only supports those databases that have a paging model.

     I just wanted to clarify that paging is or is not possible using esDataSource for MS Access.  I worked through a solution for a client without thinking about paging not be an option for an MS Access solution and wanted to make sure that the only option availble today using ES is to store the data in one fo the three sources.

     Thanks.  tim

  •  04-15-2008, 1:39 PM 8872 in reply to 8871

    Re: MS Access Paging using esDataSource? Not Possible?

    Our paging support is based on paging implemented in the database systems and Access has no such solution. However, by no means do you have to abandon esDataSource or Access. Paging is pretty easy to do on your own and there are tons of samples on the web. The only disadvantage is you have to bring back all of the rows on every page, but that's how we did it forever before paging was introduced in SQL 2005.

    EntitySpaces | Twitter | BLOG | Please honor our Software License
View as RSS news feed in XML