Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
takecare webforumsuser@macromedia.com #1
Update problem
Hi,
I have installed DreamweaverMx6.0,
and yesterday I've downloaded DWMX6.1 updater.
But I encountered a problem when I installed the
updater, when I selected the destination folder(where I
have installed DWMX6.0) and clicked ok, I met the
error message as follows:
This folder does not contain Dreamweaver MX.
I didn't know why this happened.
Please give some instructions.
Thanks in advance!
takecare webforumsuser@macromedia.com Guest
-
SQL Update problem
The following SQL statement is resulting in the error after it: (pasted from IE window) UPDATE Clients SET number = 300, name = 'Ace Lock',... -
inker problem (an update to the 'general problem')
i have my shockwave 3d project which i know on several machines makes the screen goes nuts, meaning it turns into 'safe mode' - 640*480, 256 colours... -
ASP Problem - will not update
Hi, Hope someone can help. The ASP below correctly gets the data out of the Access DB but when I click update it does not. Anything obviously... -
Update to 7.0.1 problem
Hello, I just want to update my Photoshop 7.0 to 7.0.1. But it doesn't work. During the setup I alwys become an error message: "The Adobe... -
apt-get update problem
Hello. I added entries to my sources.list, but i can't get the related packages : my sources.list -------------------------- deb... -
afroman22 #2
update problem
PLEASE HELP l just try to update a record from the db BUT IT SEEM IT WON'T TO
RECONIZE THE PRIMARY key No_ID
it's a very basic uptdate still not working i try all kind of things ...still
same issue
update_record.cfm
<p><cfquery name="affproduit" datasource="enligne">SELECT * FROM SAISIE where
No_ID= #No_ID#</cfquery>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<p>modifier enregistrement </p>
<form action="update_record2.cfm" method="post">
<cfoutput><input name="No_ID" type="text" value="#No_ID#">
<p>nom produit
<input ="text" name="nomproduit" value = "#nomproduit#">
</p>
<p>quantite
<input type="text" name="quantite" value="#quantite#">
</p>
<p>Retails price saleprice
<input type="text" name="retailsprice" value="#retailsprice#">
</p>
<p>Our price
<input type="text" name="ourprice" value="#ourprice#">
</p>
<p>sales price
<input type="text" name="saleprice" value="#saleprice#">
<p>description
<textarea COLS="20" ROWS="6"
name="description">#description#</textarea>
</p>
<input name="image" type="file">
<br>
<select type="text" name="categories">
<option value="Food"> Food
<option value="Art"> Art
<option value="Beauty"> Beauty </select>
</cfoutput><BR>
<input type="submit" name="Submit" value="Submit">
</form>
</body>
</html>
=======================================
UPDATE_RECORD2.CFM
<cfquery name="affproduit" datasource="enligne">SELECT * FROM SAISIE where
No_ID= #No_ID#</cfquery>
<cfquery name="UPDATEFORM" datasource="enligne"> UPDATE SAISIE
SET nomproduit='#nomproduit#',
quantite=#quantite#,
retailsprice=#retailsprice#,
ourprice=#ourprice#,
saleprice=#saleprice#,
description='#description#'
categories='#categories#'
image='#image#'
WHERE (No_ID = #No_ID#)
</cfquery>
<CFLOCATION URL="afficher_saisie.cfm" addtoken="yes">
afroman22 Guest
-
Kronin555 #3
Re: update problem
You're missing a comma after each of these lines:
description='#description#'
categories='#categories#'
Add in a comma, and you should be good.
Kronin555 Guest
-
afroman22 #4
Re: update problem
:gift;
I CANNOT IMGE THAT WAS MY ERROR...
THANKS A LOT
afroman22 Guest



Reply With Quote

