Steve,

When using a Stored proc to do this, you would create a persistant cursor
,
then you would create a "temp" table within the proc.  Your logic would
populate the temp table with the desired 50 records and THAT is what you
would return to the calling page. You would use the "FETCH ABSOLUTE n "
(where n is the rownumber)  method and keep track of the current row -
passing it into the sp as one of the parameters and out again as one of t
he
OUTPUT parameters.

Mark

-----Original Message-----
From: Steve Oliver [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 5:17 PM
To: CF-Talk
Subject: RE: WDDX feeds


Yeah that's the site that I found earlier, I was hoping there might be
another site that serves WDDX news.

Or, since it's not hard to parse RDF's, does anyone know of any sites
that serves those, besides the typical Linux sites?

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


-----Original Message-----
From: Joseph DeVore [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 8:13 PM
To: CF-Talk
Subject: RE: WDDX feeds


Check out moreover:
http://w.moreover.com/



-----Original Message-----
From: Steve Oliver [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 5:05 PM
To: CF-Talk
Subject: WDDX feeds


Anyone know of any sites that serves WDDX news?  I have one now but it
grabs news from several different sites, I was looking for a major news
site that served them if possible.

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




______________________________________________________________________
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