>> So it is probably another case of RTFM.

hrmph!

I was just throwing up .currentRow() in a (misguided) hope there was a
client-side cursor (recordset) work-around, perhaps hooking into an
underlying java class.

sure CFQUERY and CFstoredproc satisfy 90% of the things I want to do with
data, but I've been really missing some of the "rich features" of
Microsoft's ADO for a while now. Things like .movefirst(), .movelast(),
.moveNext() and movePrevious() would have nailed it in the code. ADO.NET
even persists the dataset to the client's browser as XML and provides JS
navigation (as webcontrols)

I suspect the last part (store the results to the browser as arrays and
use JS to navigate) would probably be the guys's solution. Geez, it'd be
nice to have that built in like microsoft does...

just 2C worth

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to