Ask a Question related to Coldfusion Database Access, Design and Development.
-
noodleweb #1
more help needed
well in the hopes of getting some more help here goes
why doesnt this query work
i get a 500 internal sevrer error message and no debug info
:confused;
<cfquery name="features" datasource="852.com-property">
SELECT * FROM propmain,prop2
WHERE location = '#form.location#' AND propmain.ref = prop2.refid
<CFIF IsDefined("Form.minbeds") IS "YES">
<CFIF Form.minbeds IS NOT "">
AND propmain.bedrooms >= #Form.minbeds#
</CFIF>
</CFIF> </cfquery>
noodleweb Guest
-
Help with XML needed!!!!
Hello, I would like to create an extention that will help to manage a glossary. First I need to decide on the structure of the xml document that... -
help needed reg. sms thru cfm
could anyone help me out in sending sms thru coldfusion server....as for as i know that can happen only with coldfusion 7 server.kindly clarify if... -
help needed please
I tested this page <%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01... -
Help Needed .....
If someone can help me out I'll b really greatful. Question: Pls write down the benefits, objectives, technical details, implementation,... -
else needed?
On if statements, I periodically don't want anything to happen if the requisite is not met. In most cases just writing the statement in the format... -
-
noodleweb #3
Re: more help needed
yes i am
so i would like to know why there is no debug info for 500 errors.
i think i got the qeury stuff sorted.
after a table join do you refer to elements as the fiels name only without
table identifier.
this seems to work #refid# wheras #prop2.refid# causes servver error.
noodleweb Guest
-
mxstu #4
Re: more help needed
I was having that same problem (HTTP 500 error). Try changing the following
settings in Internet Explorer to see it will display a more helpful error
message:
[Tools][Internet Options] [Advanced][Browsing] and uncheck "Show friendly HTTP
error messages"..
mxstu Guest



Reply With Quote

