System.Data.OleDb Namespace
Represents an SQL transaction to be made at a data source.
The application initializes an OleDbTransaction object by calling BeginTransaction on the OleDbConnection object. All subsequent operations associated with the transaction ( for example, committing or aborting the transaction ), are performed on the OleDbTransaction object.
OleDbDataAdapter OleDbConnection
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph