Which ADO object is used to perform commit / rollback ?
Is it command or connection or recordset
I am not sure of the options given. So please let me know
the answer if it is something else.
Answers were Sorted based on User's Feedback
Answer / ghanshyam vrema
ye, through Connection object you can commit or rollback
the transaction Eg:
on error go to errhandler
con.BeginTrans
con.execute cmd
con.execute cmd2
con.CommitTrans
errhandler:
con.RollbackTrans
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / anjani
Connection Object of ADO is Used to Perform Commit and
Rollback.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / john ranjith
Connection object will be used to commit / rollback the
transaction
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between change event in normal combobox and dbcombobox?
How can Visual Basic be used for server-side scripting?
How would you convert a form into document?
What is difference between datagrid and flexgrid?
In visual source safe if in middle of my program power was off and it was not save then wat will happen whether it will save or not? can any body tel me the answer for this.
How many system controls are available ?
What is a thread pool and how are the threads within a thread pool managed?
Why we use Treeview Control?
What is the purpose of the AutoRedraw property on a form or container?
Types of DBCombo boxes
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 would you add elements and pictures to listitems in listview control?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)