is the catch around the cfquery specifically? have you specified a "type" for the catch?
On 10/22/07, Orlini, Robert <[EMAIL PROTECTED]> wrote: > Is there anyway to hace CF send an email alert if a datasource connection > does not respond within a certain amount of seconds? > > I have a query that loads an image from another server and I'm using a > cfcatch, but it only reacts to a lost connection when the server fails. I > would like it to send an alert after a period of time when it does not > connect using a cfquery. > > Thx. > > Robert O. > HWW > > <CFQUERY NAME="hisname" DATASOURCE="oracle repository connection"> > SELECT name > from dateyy > where myday=to_char(sysdate,'DD') and mymon=to_char(sysdate,'MON') and > rights=0 > order by ranking,postings desc > </cfquery> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291756 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

