Building a generator that will take a table schema and create a custom DAO is only marginally more work than a generic DAO, and it'll be much more efficient at runtime, so I suspect that's the way people are going. I know of at least a handful of tools that'll do generation like that, and I'm sure there are numerous more that are private.
Cheers, barneyb > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Byron Bignell > Sent: Thursday, April 29, 2004 1:52 PM > To: [EMAIL PROTECTED] > Subject: RE: [CFCDev] the DAO of CFMX > > data access object. I saw some work done at one point > (attached) but was wondering if there was more on the subject. > > Byron > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Barney Boisvert > Sent: Thursday, April 29, 2004 4:35 PM > To: [EMAIL PROTECTED] > Subject: RE: [CFCDev] the DAO of CFMX > > > What's DAO stand for? Not Data Access Object, I assume? > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Byron Bignell > > Sent: Thursday, April 29, 2004 1:27 PM > > To: [EMAIL PROTECTED] > > Subject: [CFCDev] the DAO of CFMX > > > > Hi. > > > > Has anyone done anything about implementing a DAO with CFMX? > > > > Byron > > > > > > ---------------------------------------------------------- > > You are subscribed to cfcdev. To unsubscribe, send an email > > to [EMAIL PROTECTED] with the words '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] > > > > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email > to [EMAIL PROTECTED] with the words '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] > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words '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]
