Don, > B) I'm using query as my returntype but most of you use structs. I am not > heavy into structs yet, is there an article or info that explains > why that's > the way to go?
Expert i'm not, but i noticed this as well, especially in Sean's code. What i have found over the last week or so in practice is that structures in CF are easier to work with than query sets in some cases. I don't know anyone else's reasons for sure, but i started returning structures (into the variables scope of the cfc as instance data) for this reason. For the gateway type of query that won't populate the object, the select all, select where ... , etc, i'm remaining with returning a query for now because that will probably will be only used to populate the user interface with result data ... That's the way i've sussed it out so far. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
