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 meaning of cts company logo?..
what is the Max size allowed for label caption length?
What is a toolbox in visual basic?
what are the types of Recordsets?
What is the use of command Object?
Does VB Supports OOPS Concepts? Explain..
Is the Variant type slower than using other variable types?
How many File System Controls are there ? Explain.
What is the use of Hyperlink control for DHTML applications?
What's the maximum size of a textbox?
What is ADO?
To populate a single column value which dbcontrols you to use?