2 Replies Latest reply on Oct 26, 2010 2:49 PM by boy18nj

    Seam's inbuilt pagination does works with MS SQL Server 2005?

    boy18nj

      My list screens are using EntityQuery API to access MS SQL Server 2005. Unfortunately, the pagination does works correct here. When I go to 2nd or 3rd page, sometimes it do shows duplicate row's.
      Also in pagination queries it is firing top keyword for select queries, instead it should use

      row_num

      function supported in sql server 2005.
      Let me know, if you are aware of pagination issue.