On Wed, 23 Feb 2005 10:47:12 -0500, David Ross <[EMAIL PROTECTED]> wrote: > well, in a way, yes. Since coldfusion.sql.QueryTable implements > javax.sql.rowSet (a subinterface of java.sql.ResultSet), methods defined > in that interface *should* always work on cf query objects. That's not > to say that MM can't provide a new implementation under the hood that > DOESN'T implement java.sql.ResultSet, but does satisfy the requirements > of CFQUERY. My reccomendation is "use sparingly" (aka, when you MUST > have that functionality).
You are exactly correct Dave. And this very question came up at MXDU and Tim Buntel effectively said "use at your own risk" because these methods are not supported (and *could* disappear in a future release if the implementation of the <cfquery> result changes). -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Breeze Me! -- http://www.corfield.org/breezeme Got Gmail? -- I have 50, yes 50, invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
