Ask a Question related to Coldfusion Database Access, Design and Development.
-
akcreative #1
updating with NULL
Hello,
How can I update the database with null value in cf4.5. Please syntax
Thanks in advance
Nike
akcreative Guest
-
Updating Updating site map or archive dynamically
Hi there! ;-) Posted in Site Design as well.... Anyone know if there is a way to use Contribute to automatically/dynamically update a site map... -
NULL NULL Error
I have run out of things to check for and could use some help. We are on a unix box, CFMX 7, and have started to use the CFDOCUMENT tag. The tag... -
"null null" error on line -1
Hi, A different, new, ocasional error this time. Since we are using CFMX7, occasionally we get this error: " Application Exception Monitor... -
Updating AI Files causes position to 'bounce' when updating in Quark
Is there any way to build Illustrator files so that no matter what edit you might come back and make to the AI file, when you update the modified... -
Error: ?null? is null or not an object
eloine: That is a bogus error message in that it probably refers to something you have done (or not done) on the page. So, looking in the... -
Dan Bracuk #2
Re: updating with NULL
<cfquery>
update mytable
set myfield = null
where etc
</cfquery>
Dan Bracuk Guest



Reply With Quote

