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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note