Ask a Question related to Coldfusion Database Access, Design and Development.
-
standardCode #1
update issue
Do you guys see any problems with this:
<cfquery name="updPassword" datasource="#session.dsn#">
update auth
set password='#variables.pass2#'
where username='#session.username#'
</cfquery>
password and username get a string value and I have tried to replace the
variables with a string and I doing all of that I get the following error:
Error Executing Database Query.
Syntax error in UPDATE statement.
The interesting part is that I can do an INSERT and SELECT in the same query
statment and table just not an update.
standardCode Guest
-
7.0.1 MultiServer Update Issue
Taken from part 2 of the release notes from the 7.0.1 update: The ColdFusion MX 7 Updater tries to update ColdFusion server instances in the... -
MX7.0.0.9 To MX7.0.1 Update Issue
Hello, I'm running CFMX7.0.0.9 on a Windows Server 2003/IIS6 single server machine and downloaded/installed the updater that is supposed to move... -
ASP.NET Access Update Issue
I have an ASP.NET application that is running using Access. It works fine on my desk top. When I move it to another computer it will run fine with... -
ID CS: update issue
I can't get InDesign CS (Windows XP) to update. The autoupdate keeps telling me that there's an upgrade to version 3.0.1 available, and when I... -
InDesign 3.01 Update Issue
Just updated to 3.01 and now tabs pallette is blank - no ruler ticks etc. Boxes where input are displayed but nothing else.. Ideas? -
-
standardCode #3
Re: update issue
<cfset pass2=trim(form.updatedPassword1)>
on top of my script. As I mentioned, I have tried replacing these variables with actual strings and I still get the same error.
standardCode Guest
-
standardCode #4
Re: update issue
I'm not crazy ;). The duplicates are from a system error I kept getting.
NNTP protocol error. 441 437 EMP (phl)
standardCode Guest



Reply With Quote

