Search the web
Sign In
New User? Sign Up
CFTalk · ColdFusion Talk (CFTalk) List archives
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 82442 - 82471 of 154390   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
82442
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
10:31 am
82443
... "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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
10:38 am
82444
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
10:50 am
82445
It should be <cfif query.recordCount GT 0> ... From: William James Neil Kiddie Baskerville [mailto:w_baskerville@...] Sent: 01 October 2006 11:37 To:...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
10:53 am
82446
It should be ... From: William James Neil Kiddie Baskerville [mailto:w_baskerville@...] Sent: 01 October 2006 11:37 To: CF-Talk Subject: Re: CFIF...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
11:01 am
82447
... Considering the default setting is to maintain connections, I find that statement illogical :) Jochem ...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
11:06 am
82448
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
11:59 am
82449
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
12:36 pm
82450
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
12:59 pm
82451
"In fact, the only company that does worse is Blackboard" So very true. M!ke ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
1:12 pm
82452
Watch out, Jochem has his "spock" ears on again..:-p. Totally illogical. ... From: "Jochem van Dieten" <jochemd@...> To: "CF-Talk"...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
1:25 pm
82453
How would you directly test if the socket is open? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
1:45 pm
82454
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
2:18 pm
82455
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
3:24 pm
82456
Read my last post in response. I explain. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
3:28 pm
82457
... 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,...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
3:48 pm
82458
OK thanks Jochem Richard ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
3:54 pm
82459
Phillip, Well written. I agree 100%. John ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
4:17 pm
82460
you dont even need the GT you can just use <cfif query.recordCount> -- Nick Tong web: http://talkwebsolutions.co.uk blog: http://succor.co.uk ...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
4:24 pm
82461
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 ...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
4:27 pm
82462
... 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? ...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
4:51 pm
82463
... EnterpriseDB is a propietary PostgreSQL version. It adds some scalability features, a whole lot of compatibility features and management and development...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
5:01 pm
82464
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
5:06 pm
82465
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
5:22 pm
82466
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
5:54 pm
82467
(responded offlist; this post is pretty much dead and no need to fill up everyone's inbox) ... ...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
6:04 pm
82468
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
6:09 pm
82469
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,...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
6:09 pm
82470
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
6:36 pm
82471
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...
archive@...
mdinowit
Offline Send Email
Oct 1, 2006
6:48 pm
Messages 82442 - 82471 of 154390   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help