Re: [ACFUG Discuss] Slides or notes from recent meeting ACFUG

2007-03-11 Thread Scott Caillier
Did anyone write down the "got" site addresses that were presented during the google sitemap and coop presentations? -Scott C. On 3/9/07, Charlie Arehart <[EMAIL PROTECTED]> wrote: I got word back from Steve. I just sent notice to the announcements list, but since the question has come up here

Re: [ACFUG Discuss] cferror question

2007-01-11 Thread Scott Caillier
eed be where the error is). Let us know how it goes. /Charlie http://www.carehart.org/blog/ -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Scott Caillier *Sent:* Thursday, January 11, 2007 2:29 PM *To:* discussion@acfug.org *Subject:* [ACFUG Discuss] c

[ACFUG Discuss] cferror question

2007-01-11 Thread Scott Caillier
Hi, I've been using error handling in my applications for several years with great results. However, I'm trying to use the tag on a new Coldfusion 7 server and I'm not able to override the server's default error message. My admins are telling me that the settings are the same in dev (where cferr

Re: [ACFUG Discuss] group count ability

2006-08-21 Thread Scott Caillier
In practice, I've not seen using count(1) instead of count(*) to make any actual difference.  It may be how our databases are configured (Oracle 9i).  We're moving to 10g soon, so I'm looking forward to see if that makes a difference. I would encourage you to test and compare the two before just ch