well...

...the Java/JSP train (here) is sadly, chugging along - tossing CF-pro
arguments aside without a care.

shame that.

anyhoo, I'm looking for a java replacement of the humble CFQUERY - but
not the database connectivity side of it.

perhaps a class than can

- be an object masquarading as a 2D data structure that can be
dynamically resized (ie: no db required) and has a simple API to do so
(as easy as QueryAddRow, QuerySetCell, QueryAddColumn)

- be accessed/iterated over with obj["keyname"][row] or obj[i][j]

- have simple SQL thrown against it.

Microsoft's ADO.NET can (mostly) do this (albeit with 10 times more
code than CF)
http://msdn2.microsoft.com/en-us/system.data.datatable.aspx

but is there a java version of the same? Surely someone has already
done this (apart from Alaire/Macromedia/Adobe)

thanx
barry.b

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to