Using cfif in a where clause
Hi all, This question is sort of related to a previous post of mine about querying dates. I'm trying to use a cfif statement in my where clause to determine if a field is empty or not. Here's the...
View ArticleRe: Using cfif in a where clause
You are mixing ColdFusion variables (which cfif requires) and SQL column names. Think of it this way, all CF tags and function execute before the SQL query is sent to the SQL server. You're mixing this...
View ArticleRe: CF10 500 internal server errors
Thank you I got the sites working now but I wonder if you could help iluminate me as to why the CFadmin page can not open now. I get a 404 but the files are deffinitley there.
View ArticleRe: Why learn Java if you know ColdFusion?
I try to avoid Java programming as much as possible but I have found instances where native Java has it's place, especially in CPU intensive pieces of a large high volume application. Just remember...
View ArticleRe: moble site architecture
The most common two ways of doing this are: Use a separate site or subdirectory like you described -- one for mobile, one for desktop (or "full" site).Use a MVC framework like FuseBox or Mach II and...
View ArticleRe: CF10 500 internal server errors
That sounds good that your website is running up and fine. Can you create 1-2 test .cfm and try to browse them within IIS and then observe that are you able to access them or not. ThanksVJ
View ArticleRe: CF10 500 internal server errors
Yeah I have like 7 different sites running using CF they seem ok it is just the CFM administrator page that I can not get to I can see the files it is trying to point to and they are in the right place...
View ArticleRe: CF10 500 internal server errors
I believe you have CFIDE as a virtual directory added under your website in which you are trying to access ColdFusion 10 Admin? Remove CFIDE and make a right click on Site and add virtaul directory....
View ArticleRe: CF10 500 internal server errors
I really do apologize for my lack of understanding of CF but is this the CFIDE Virtual Dir ont he default site that handles the admin page for Coldfusion? Or does one have to create a site for the...
View ArticleRe: Using cfif in a where clause
Thank you again, Steve. Your suggestions solved my problem!
View ArticleRe: CF10 500 internal server errors
Yes, you are right. CFIDE is the virtual directory with the help of which you will be able to access ColdFusion 10 admin. It totally depends upon your requirement that you want to add CFIDE as virtual...
View ArticleRe: CF10 500 internal server errors
Thank you so much I really did not have the basic understanding I needed for this software at first but this thread hs cleared a lot of that up for me and I have both the admin and sites working. ^^
View ArticleRe: CF10 500 internal server errors
Wow That sounds greatttttt Please mark this post as correct if your issue is resolved as it would be helpful for other ColdFusion users ThanksVJ
View ArticleRe: moble site architecture
Steve, Thanks for the info. I will go with the subdirectory route. Now my issues have to do with the fact that I will now have 2 login pages, one for desktop and one for mobile. My authentication...
View ArticleRe: CFSTOREDPROC does not return data
Thanks for the message and help,I found the problem, cf_sql_time translate to 1970-01-01 15:14:00 which my data are 1900-01-01 15:14:00. cf_sql_time does not pass pure time to SQL server. I need modify...
View ArticleCF10 Update 11 with IIS 6 in Distributed Mode: Tomcat Connector & Multiple...
Our agency has been running CF in distributed mode since CF6. We know how to use the JRun Connector with multiple IIS 6 web sites on multiple physical hosts to connect to multiple CF clusters hosted...
View ArticleRe: CF10 Update 11 with IIS 6 in Distributed Mode: Tomcat Connector &...
Adobe offer free installation support, so they might be one avenue to explore: http://blogs.coldfusion.com/post.cfm/free-coldfusion-installation-supp ort-from-adobe -- Adam
View ArticleTwo related questions: ColdFusion 10/Java applications and J2EE supported...
I have two related questions: 1. CF10 and integration with Java Web applicationsWe have a couple of Java applications running on JRun and interfacing with CF9 applications. The JRun clusters were...
View ArticleRe: CF10 Update 11 with IIS 6 in Distributed Mode: Tomcat Connector &...
Thanks, Adam. Will contact Adobe for install support after I have reinstalled CF10 on Windows 2012 and (try to) connect from IIS8 to the ColdFusion clusters Message was edited by: spellbmw - delaying...
View Article