www.evidhyashala.com provides free free mock test , free online exam , online exam free test series , online exam free , Online Test Exam Series , free exam papers past papers , online exam form ,Online Test Series for Exam Prep. Free Mock Tests - for All govt jobs. Bank PO, Clerk, SSC CGL, CHSL, JE, GATE, Insurance, Railways, IBPS RRB, SBI, RBI, IPPB, BSNL TTA

Sponser Link

know more info pls click here

What are the steps involved in using a transaction object in ADO.NET?-tech17032012

1.Open a database connection. 2.Create the transaction object using the database connection object’s BeginTransaction method. 3.Create command objects to track with this transaction, assigning the Transaction property of each command object to the name of the transaction object created in step 2. 4.Execute the commands. Because the purpose of transaction processing is to detect and correct errors before data is written to the database, this is usually done as part of an error-handling structure. 5.Commit the changes to the database or restore the database state, depending on the success of the commands. Close the database connection.

0 comments:

Popular Posts