Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Jath Mama #1
Update query fails in CFMX - Is it a CF BUG???
Hi,
I have a update query in coldfusion page. Even though it works in cf5 it
fails in CFMX. My query is some thing like (I have put a CF output before
executing the query).
UPDATE mytable
SET myfield = 'blah blah SELECT blah blah'
If I change the query like,
UPDATE mytable SET myfield = 'blah blah blah blah'
it is working
This is failing!!!! Strange though... Please guide me if you have a work
around..
Macro media., please wake up ;-)
Regards,
Amjath
:D
Jath Mama Guest
-
CFMX 6.1 continuously locks up/fails...
Hey Weblift, how did you change JDBC to ODBC? We have been having similar CFMX6.1 hanging problems for well over a year now and have exhausted all... -
CFMX fails to render any CFM page
I'm running an IIS 6.0 server with Cold Fusion MX 6.2 server. Everytime I try to load a .CFM document with a browser, the page is rendered blank. ... -
CFMX 7 Fails
I'm running CodlFusion MX 7 on Win Server 2003. I've consistently encountered two problems: 1. If the computer has been left for some time - an... -
CFMX install fails w/ can't find libjava.so
When trying to install cfmx 6.1 on Solaris 8, we get the following error: # ./coldfusion-* Preparing to install... Extracting the JRE from the... -
BCP query out executed by xp_cmdshell works fine from query analyzer but fails from VB Component
Hi all, I have a stored procedure which returns a vast number of record and i have to write the output into a csv file. I'm using BCP utility to... -
Jath Mama #2
Re: Update query fails in CFMX - Is it a CF BUG???
For example, the following query is the only statement in a cfm page. It will
fail.
<cfquery name="UpdatemyTable" datasource="#application.datasource#">
Update mytable set myfiedl = 'SELECT SELECT SELECT'
</cfquery>
Jath Mama Guest



Reply With Quote

