Ask a Question related to Coldfusion Database Access, Design and Development.
-
Anj01 #1
update multiple records in multiple tables from one form
hello
I have been trying to run multiple update queries based on the data entered by
user.
Brief background:
I am fetching data from various tables using a single query (for a date).
Each row consists of 5 text boxes whose data can be edited / entered
The form is submitted using 1update button
if the data is changed in Txtbox 1 , txtBox2 -- it updates Table 1
TxtBox3, txtbox 4 --- update table 2
txtbox5 updates table3
Problem:
At a single time there can be many rows of data . The data updates page is
fast if there are only a few records on a given date. Whereas if the number of
rows fetched is even 50 it takes at least a minute to update.
Please tell me how can I minimise the time.
Also will setting a flag whenever a textbox change occurs so that the updates
page knows which rows were edited help ?
if yes, then how do I do this
Thanks
Anj01 Guest
-
Update multiple tables
Hi, Default MX Update Record Server Behaviour only lets you change one table in the database - I need to update two or more, i.e. Address table,... -
update multiple records
I'm trying to to update multiple records with a drop down. My update statment updates all selected records with all selected choices. I get for... -
How Do I update Multiple Records with One Submit??
Does anyone have a SOLID example of how this works? I've been struggling with this concept all day and am not understanding why it won't work. I... -
Update Multiple Records with One submit
SQL 6.5 Database I have a list of registrants and I want to use a check box after each record to show those who attend and then post all with... -
ANN: Update Multiple Records in ASP
I've put together an article and demo on how to batch update records in a recordset: ... -
The ScareCrow #2
Re: update multiple records in multiple tables from oneform
Need more info
CF version ?
DB ?
Ken
The ScareCrow Guest



Reply With Quote

