what is different from edit and updates?
Answer Posted / 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 |
Post New Answer View All Answers
How can you check whether a record is valid record or Invalid record using ADO control or Object?
What is constructors and distructors.
Explain about form creation in Visual Basic?
how a multiple routing works ?
Explain the types of Views in Listview Control.
Is it possible to Manipulate data through flexgrid? Explain.
How would you activate animation control?
How do you change the icon and otherwise manipulate the DOS box?
How can I speed up my VB database application?
Is it possible to change menu runtime using API? If yes? Specify the function names.
Is it possible to Manipulate data through flexgrid? Explain.
What is the Windows API?
How would you attach pictures in Treeview Control?
What is a toolbox in visual basic?
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?