what is different from edit and updates?
Answer Posted / 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 |
Post New Answer View All Answers
What is the default workspace?
How many objects resides in ADO ?
Draw Sequence Modal of RDO and Explain?
How can you get selected file from file system Control?
Explain about conditional operators?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
How do I do Peek and Poke and other low-level stuff?
Draw Sequence Modal of DAO and Explain?
How to find size of the file. Which method or function is used to occomplish this?
How do I remove/change the picture property of a control at design time?
Types of ActiveX Components in VB?
Explain about Caturing Baseline.
Explain OLE Drag and Drop.
How do I call a DLL?
How do I implement Undo?