Question
Error Executing Database Query
We have a number of stored procedures call with either
cfquery or cfstoredproc. The queries are not erroring on the SQL
side, but their executing times are periodically over 45 seconds
(one ran 20 minutes the other day!). Coldfusion is throwing the
error "Error Executing Database Query." Is there a way to
gracefully direct the user around this type of error? Is there
something in cfquery or cfstoredproc that I can set a timeout
value? Any advice would be appreciated!