what is different from edit and updates?
Answer Posted / 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 |
Post New Answer View All Answers
What is dao in visual basic?
How can I call a 'hidden' DOS program from VB?
Which language is used in visual basic?
what are the different Types of Recordsets.
Explain the working of templates?
How many types of API functions are available in VB?
Explain the differences between ActiveX Dll and ActiveX Exe?
What is meant by Establish Connection in RDO?
What is the difference between change event in normal combobox and dbcombobox?
what are the Types of cursors in RDO?
What is the use of progress Bar Control?
Is the Variant type slower than using other variable types?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
How do I do Peek and Poke and other low-level stuff?
Types of cursors in RDO.