On Dec 21, 8:21 am, Michael Lang <[email protected]> wrote: > I have updated the sequel_plus gem (now at 0.3.0) to use the > pagination extension. It works for MySQL, but doesn't work with > MS-SQL 2000 (MSDE): > > http://pastie.org/1395340 > > Any ideas?
You can't correctly emulate OFFSET in MS-SQL 2000. There are various hacks that work some of the time that I've chosen not to implement. See http://groups.google.com/group/sequel-talk/browse_thread/thread/aeb19a44125c7a3/aded923494357d16 Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
