Ask a Question related to Coldfusion Database Access, Design and Development.
-
Wrapper Guy #1
Update a table without using a form
Is there a way to update a table without using a form?
In my situation I receive a GET with a username. From that I query a table to
get the user's current status regarding updates, query a second table for
available updates, compare what's available with what the user has, and then
update the user's data in the original table queried with the available updates
which the user does not yet have.
The final step is to respond with a message only visible to the server which
triggers the automatic download of the updates. The user never sees the
processing, has no input to the process and hence there is no way to click on a
submit button. All I need to do is to update one field in one table. Any help
will be greatly appreciated. :confused;
Wrapper Guy Guest
-
Update table from other table
Hi Experts, This topic is not relate to cf but I need your solution who have an idea about it I'm using sql server2000 for my database. I... -
Problem with an Update on a table.
I have been using this query for sometime now. For some reason it doesn't want to work anymore. I have gone through to check my fields in the 2... -
flash form: how to align form controls in table manner
Lets say that we have three columns and two rows and each cell have an input. I can align the inputs vertically using html table. How do I do it the... -
How do you update corresponding rows on the same table after a row on the table has been updated?
This is my goal: When specific columns in a row, in a table, are updated, corresponding columns in other rows in the same table need to be updated... -
UPDATE MULTIPLE ROWS IN ONE TABLE OBTAINING SUMS FROM ANOTHER TABLE
UPDATE MULTIPLE ROWS IN ONE TABLE OBTAINING SUMS FROM ANOTHER TABLE I need to update a table with distinct sums from another table. I will... -
Dan Bracuk #2
Re: Update a table without using a form
Put all that code in an iframe. Make it 1pixel by 1 pixel so the user doesn't see it.
Dan Bracuk Guest
-
Wrapper Guy #3
Re: Update a table without using a form
I'm sorry but I don't see how that will help. The user is running a stand alone
program we developed on his/her computer. We have a feature that allows the
user to automatically update the program by clicking on an option from within
the program that then sends his username to our server. The user never sees
anything more than that and the process does not open any web page. It simply
sends a GET to a CF script on the server. I need to update one field of one
table based on the user's profile and without anyone "clicking". Thanks for the
reply. I hope you have another solution.
Wrapper Guy Guest
-
Wrapper Guy #4
Re: Update a table without using a form
Thanks for the help. I finally figured out that since my script is activated by
the receipt of a GET, I could use the information in the GET as a unique
identifier and used the '#url.serial#' in the WHERE clause.:D
Wrapper Guy Guest



Reply With Quote

