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 use of Connection object?
How many File System Controls are there ? Explain.
Under which circumstance does a VB application ignore a Timer event?
How about Access 2.0 compatibility?
Explain what is Visual basic?
what are the Differences between ActiveX Exe and Dll?
how can i connect the samble database that comes with vb-6 (biblio.mdb) to a datagrid using code? ie what code i have to put in load event
How to change the Mouse Pointer?
Clear property is available in hich control?
What is the return type of Instr and Strcmp?
Which property of textbox cannot be changed at runtime?
Explain the creation project schedule.
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)