Hmmm, that could work, but that's pretty sloppy when dups come to play,
I'm guessing that no one knows of a way to do it by row number?

In mysql I just put:
SELECT *
FROM table
LIMIT 2000, 2050

Why doesn't cfquery have a startrow attribute?


______________________
steve oliver
atnet solutions, inc.
http://www.atnetsolutions.com


-----Original Message-----
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 31, 2002 7:25 PM
To: CF-Talk
Subject: RE: MSSQL and LIMIT


Ok - then you need to track the name and the where clause becomes

        WHERE  NAME > '#myStoredName#'

 this is a bit trickier because you could have duplicate names.  So you
might have to futz with your WHERE clause a bit (adding an OR condition
etc.)
______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to