Sung
Member since Apr 14, 2009
- Profile: /members/3287-sung.htm
- Comments: 3
Recent Blog Comments By Sung
-
Dealing With RequestTimeOut And The OnError Application Event Method (Help Me)
Posted on Apr 15, 2009 at 8:22 AM
@Ben Nadel, yup, I understand it the same way. That's why the TIMEOUT parameter in CFQUERY is really the only way to handle this -- except it just plain isn't working. It's frustrating...... read more »
-
Dealing With RequestTimeOut And The OnError Application Event Method (Help Me)
Posted on Apr 14, 2009 at 7:29 PM
Hi Ben, It's news to me, too -- I didn't realize CFQUERY had a timeout param, either, until today. But I've scoured the net every which way, and it seems like there are a bunch of folks who say this works for JDBC drivers that hook into MS SQL. Which is exactly my setup, so I just don't get it. ... read more »
-
Dealing With RequestTimeOut And The OnError Application Event Method (Help Me)
Posted on Apr 14, 2009 at 4:19 PM
Hi Ben, I know this thread hasn't been touched in almost a year, but I'm out of ideas. I can't get the TIMEOUT parameter of CFQUERY to work for the life of me. I'm using CFMX 7.0.2 with MS SQL Server 2005. This is what I run: <cfquery name="test" datasource="dsn" timeout="1"> select to... read more »