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> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291749 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

