what is different from edit and updates?
Answers were Sorted based on User's Feedback
Answer / saroj
edit means to small change the available data..
but update means to change the past data to present data..
that means through out the past data.. and give new data ...
Is This Answer Correct ? | 39 Yes | 10 No |
Answer / musthafa sheik mohamed
Edit means. Doing edition or alterting the data of
existing record in a table, except the primary key of the
corresponding record.
Update means, After the edition the record will be stored
with same or old primary key with new updates data.
Is This Answer Correct ? | 21 Yes | 2 No |
Answer / tintumol cs
edit-make changes to existing data
update-add something new and save
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / thava
Edit only present in the front end does not affect the back end
(i.e.) when a record is in edit mode unless the procedure
save or update called, it doesn't affect it's original records
simply says
edit is to prepare a record in edit mode
update is update the changes of the current record in the db
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sumanth
EDIT MEANS TO VIEW THE DATA AND EDIT THE DATA,BUT UDATE
MEANS IT IS USED TO UPDATE(EXISTING)DATA.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / shinchan
Edit only present in the front end does not affect the back
end
when a record is in edit mode unless the procedure
save or update called, it doesn't affect it's original
records
edit is to prepare a record in edit mode
update is update the changes of the current record in the db
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dipali
edit means add somthing new .
& update means to alter data and replace by new data
Is This Answer Correct ? | 5 Yes | 5 No |
What is constructors and distructors.
What is OLE and DDE? Explain?
How do I create a window with a small title bar as in a floating toolbar?
How can you save and Get data from Clipboard/ Recordset object consists what?
What is the max size allowed for Msgbox Prompt and Input Box?
how a multiple routing works ?
How do I tell when an application executed using the SHELL command is finished?
what is the Property used to add a menus at runtime?
What is the size of the variant data type?
what are the Differences between Class Module and Standard Module?
Data Control missing from toolbox when I use VB under NT3.5. Why?
Explain about control properties?