Forum: ColdFusion
04-14-2012, 06:36 PM
|
|
Replies: 1
Views: 4,051
Update
how do u update in CF in Dreamweaver? by searching for a member and thn edit& update the member on the weB
taa!:thumbsup:
|
Forum: ColdFusion
04-13-2012, 10:27 AM
|
|
Replies: 1
Views: 4,307
Coldfusion help
the aim is for the client(fictious) to update their details
so i hav created 4 cfm pages
1st page to search for a member
2nd page is the results page
3rd page to update the details for example...
|
Forum: General web building
04-09-2012, 03:39 PM
|
|
Replies: 2
Views: 983
the aim is for the client(fictious) to update...
the aim is for the client(fictious) to update their details
so i hav created 4 cfm pages
1st page to search for a member
2nd page is the results page
3rd page to update the details for example...
|
Forum: MySQL
04-09-2012, 02:04 PM
|
|
Replies: 1
Views: 315
Help needed in UPDATE statement
Heres the current code in dreamweaver for my UPDATE statement
<cfquery datasource="b1008321-access">
UPDATE member
SET First Name='# Form.first_name#', Last Name='# Form.last_name#', Address='#...
|
Forum: General web building
04-09-2012, 01:57 PM
|
|
Replies: 2
Views: 983
SQL code for UPDATE in dreamweaver
<cfquery datasource="b1008321-access">
UPDATE member
SET First Name='# Form.first_name#', Last Name='# Form.last_name#', Address='# Form.address#', Town='# Form.Town#', Date Joined='#...
|