Re: Error Executing Database Query.
I am not sure i did the dump right but i put<cfdump at the begining and the> at the end of my code and got this. Invalid token c found on line 3 at column 2.The CFML compiler was processing:A...
View ArticleRe: Error Executing Database Query.
No. Just curious.. how long have you been coding CF?? <cfdump var="#form#" expand="yes" /> <cfabort> at the top of the page will dump the form variables and stop the page from processing,...
View ArticleRe: Error Executing Database Query.
Not very long. I am a designer and got this dumped in my lap gotta work my way through it.
View ArticleRe: Error Executing Database Query.
This is what i got structAPPCITYgfgAPPFIRSTNAMEdfgAPPLASTNAMEdfgAPPMIDDLENAMEdfgAPPPHONEgdfAPPPOSITIONdfgfAPPSTATEWIAPPSTREETfdgAPPZIPgfdfdAVAILABLEfdsfdBUSPHONE1sdfBUSPHONE2[empty...
View ArticleRe: Error Executing Database Query.
I don't have time to go through everything. Does it look, to you, as if everything is there? Next, try my second suggestion regarding cftry/cfcatch (after you remove the code from my first suggestion)...
View ArticleRe: Error Executing Database Query.
So put <cftry><cfcatch><cfdump var="#cfcatch#"> at the beginning of my page and</cfcatch></cftry> at the very end?
View ArticleRe: Error Executing Database Query.
Close. <cftry> your stuff <cfcatch><cfdump var="#cfcatch#"></cfcatch><cftry> ^_^
View ArticleRe: Error Executing Database Query.
There is alot here and nto sure what get from this but it shows my error and what not. sdsasdMay-09-2013structCausestructErrorCode1064MessageYou have an error in your SQL syntax; check the manual that...
View ArticleRe: Error Executing Database Query.
I seem to be missign the emplyment history where all teh query params are
View ArticleRe: Error Executing Database Query.
jobapp_process.cfm, line 123, appears to be the issue. ^_^
View ArticleRe: Error Executing Database Query.
so this line? <cfqueryparam cfsqltype="cf_sql_varchar" VALUE="#form.leave5#"/>,
View ArticleRe: Error Executing Database Query.
If that line is line 123 of jobapp_process.cfm, yes. I didn't see anything wrong in the form data from the CFDUMP. Must be something else. ^_^
View ArticleRe: Error Executing Database Query.
I think it has to do with this set of line becuase of the error but i dont know what. Is there a better way to write this? Error Executing Database Query.You have an error in your SQL syntax; check...
View ArticleRe: Error Executing Database Query.
From a cursory glance, this portion of code is not an issue, other than jobappid and appdate not being in cfqueryparam tags. The issue is specifically with the fifth iteration of company, the portion...
View ArticleProblems consuming SOAP API that uses preemptive authentication
I am attempting to communicate with a SOAP API that uses preemptive authentication and have run into some problems getting the API to provide appropriate responses. The API has several different...
View ArticleRe: cfmail glitches in ColdFusion 9 (not sending, but says sent)
John, I am using my work around #2 (as described in my post above) and I have not lost any email since implementing it. It would work for both standard and enterprise.-byron
View ArticleCF10 Enterprise, multi-instance w/different user accounts
Running CF10-Enterprise, 10,0,9,284568 with Update 9. This is running under JDK 1.7.0_21, and is fronted by Apache 2.2.x and all runs under RHEL6.x. It seems to work fine In short - is it possible...
View Articlecfslider not generating form value
Using CFSLIDER in a simple form. When I submit the page to the event.cfm handler, I am not presented with any form values. Esp. not rsvp_changer. Added preservedata, no good. What am I missing?...
View ArticleRe: ColdFusion 10 intermittent "service not available"
Thanks for that, Matt. So it’s interesting to hear what you found. Again, my experience has been that problems are solved other than by these worker.properties file tweaks. But I will note that Adobe...
View Article