Re: Query of Search Results
The best answer, as stated earlier, is to figure out a way to get all your data with a single query by joining tables. However, if that is not appropriate for the situation at hand, something else to...
View ArticleRe: Run CF10 Developer in Standard Edition mode
"Oracle Drivers" is not generally interpretted to mean "Drivers written by Oracle [the company]", it means "drivers written for Oracle [ie: the database]". A case in point... would you describe the...
View ArticleRe: Run CF10 Developer in Standard Edition mode
I wasn't trying to split hairs, I am trying to get clarification. Thank you for clarifying. So when it says JDBC and ODBC drivers this is not what they are referring to. This is why I need a Standard...
View ArticleRe: Query of Search Results
To give you a short n sweet on QoQ, lets say I have a master query: <cfquery name="allTheData" datasource="myDSN" cachewithin="#createTimeSpan( 0, 1, 0, 0 )#"> SELECT p.FirstName,...
View ArticleRe: Alias URLS based on directory - Redirect
Depending on the tech you have available, I would use URL Rewriting. This allows the URL to stay fresh as well. When a user requests: http://www.mydomain.com/websiteNumber/page.cfm Initially it's...
View ArticleRe: Call a function at specific intervals
Is there a reason why you want to keep the sessions alive indefinitely? Are you prohibited from changing the session timeouts on your hosting environment? If so, a JS-enabled solution would be to call...
View ArticleRe: Call a function at specific intervals
It's a rare requirement, but it's still a requirement. The last time I wrote something like that is a situation where the user has to edit a some data before forwarding it on. It was a time...
View ArticleRe: Query of Search Results
You don't have to cache a query to make it available for query of queries.
View ArticleRe: Query of Search Results
Yeah, you don't. You cache a query because in the event the query pulls a lot of data that doesn't change often, you can increase the performance of the retrieval by pulling from the ColdFusion query...
View ArticleRe: Call a function at specific intervals
Yes, As Dan suggested I wanted to keep the session alive only for one page in my application, where the user will take longer time to fill out the forms.:) Presently i m using window.setInterval and...
View ArticleUpgrade from version 8.0
How can I upgrade my Coldfusion 8.0 to the most recent version?My current installation is as follow : Version 8,0,0,176276 Edition Standard Operating System UNIX (RHEL 4) Kernel Version...
View ArticleRe: Upgrade from version 8.0
No, I haven't.I've just red also that CF9 or CF10 requires at least RHEL5 whereas my server is running RHEL4. Is it a must?
View ArticleRe: Upgrade from version 8.0
We've been running CF9 EE on RHEL4 since Aug 2010 without any problems. We built a RHEL4 VM and did a bunch of testing before doing the upgrade from CF8 EE on the actual server. Lots of tradeoffs to...
View ArticleProblem with installing Coldfusion Hotfix APSB13-10
I am using Coldfusion 9.0 and have downloaded the required files CF9.zip and CFIDE-9.zip and extracted them. I cannot find the file 'WEB-INF.zip' file in the CF9 directory referenced in the...
View ArticleRe: Post ColdFusion Security Hotfix APSB13-10 - error on JSON returned with...
We are also getting this error. Along with the bug listed herehttps://bugbase.adobe.com/index.cfm?event=bug&id=3540876 This hotfix seems to have broken many things, and who knows what else is not...
View ArticleRegular Expression For Dreamweaver
I still haven't had the time to really become a professional when it comes to regular expressions, and sadly I am in need of one an finding it difficult to wrap my head around. In a text file I have...
View ArticleRe: Regular Expression For Dreamweaver
So you have a string that starts { and goes until the first }. Then you have another string exactly the same. And you want to swap them. I'm not making any assumption that the second one has to look...
View ArticleRe: Regular Expression For Dreamweaver
I assume the http links are different, but is "Click here to visit my website" consistent or does this change as well?
View Article