System.Data.OleDb Namespace OleDbCommand Class
Sets or retrieves the transaction in which the OleDbCommand executes.
The property is read/write with no default value.
You cannot set the Transaction property if it is already set to a specific value, and the command is in the process of executing. If you set the transaction property to a OleDbTransaction object that is not connected to the same OleDbConnection as the OleDbCommand object, an exception will be thrown the next time you attempt to execute a statement.
OleDbCommand Members
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