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 |
Difference between Linked Object and Embedded Object?
What is the difference between ANSI and UNICODE strings when passed as arguments to a DLL?
How can you Navigate from the DHTML application to another DHTML application? .
What are the types of API Types.
What is the difference between modal and moduless window?
What is ADO?
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
what are the Types of LockEdits in RDO?
To set the command button for ESC, Which property needs to be changed?
Under which circumstance does a VB application ignore a Timer event?
What is OLE and DDE? Explain?
What do you mean by provider?
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)