John C. Bland II ... Of course. If you find a bug you report it. How else do bugs get fixed, by bashing the vendor on #1337? ... So how would you call it if a...
... "that is not a bug, that is a feature" -> IE rendering of some CSS Level 1 core stuff (btw, the MS homepage still claims that IE 6 has "Full CSS Level 1...
Hey, I wonder if you can help me. I am new here and I am having difficulties in getting a <cfif> tag to work on my page. I have a search page, where the user...
It should be <cfif query.recordCount GT 0> ... From: William James Neil Kiddie Baskerville [mailto:w_baskerville@...] Sent: 01 October 2006 11:37 To:...
It's our dedicated server which has SQL server installed on it. I also have the tick box for 'maintain connections across client request' ticked for the...
On 9/30/06, Robertson-Ravo, Neil (RX) wrote ... Then John C. Bland II wrote ... I think Jochem was simply putting the acid test on Matthews previous support...
Jochem, Are you saying users can turn connection pooling off and people are getting their collective hands dirty with JDBC conections or is it if the...
"In fact, the only company that does worse is Blackboard" So very true. M!ke ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing...
How would you directly test if the socket is open? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority...
I was wondering if anyone on the board has used, or is using EnterpriseDB as their RDBMS? I noticed that Sony, who deploys over 150 Oracle 9i servers are...
Oh man, this is one of the reasons I don't like replying on big lists. I have to explain every detail or I get "flamed" by someone. Duh, the rendering engine...
Read my last post in response. I explain. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly...
... Unfortunately not. If you hadn't enabled the maintain connections option then we would have had something to try :) While I can't really point the finger,...
OK thanks Jochem Richard ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of...
Phillip, Well written. I agree 100%. John ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority...
I typically don't respond to this type of thread, but this one kinda threw me... While I wholeheartedly agree that one should be able to "make things work ...
... You were talking about a specific phone call I made in the past. If you don't know when that call was exactly, shouldn't you ask before jumping the gun? ...
... EnterpriseDB is a propietary PostgreSQL version. It adds some scalability features, a whole lot of compatibility features and management and development...
This though can be frowned upon. It is evaluating it as a booleon when in most cases it will never be. Some say bad use. "This e-mail is from Reed Exhibitions...
Richard, I use *netstat -a* The Connection object has methods to test the connection Can you provide a full stack trace? Does it look like this? Error...
No, the point here is that <cfif query.recordcount> will give you true or false usually reserved for booleans which do actually give true/false/1/0, such as...
The idea is not to bank on myquery.RecordCount being a boolean. What happens if the query fails? Then myquery won't contain RecordCount. I think this is what...
Indeed, but toboot it only looks valid if it is boolean! IMO. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN,...
Hi, I am struggling to determine what is the best option for the following: If a site has to provide multiple languages, how would one go about displaying the...
Dynamic evaluation is bad use? News to me. How so? I think it's clear and anyone that understand how that evaluates knows what that statement is doing, I...