Thanks for Miha's quick response!
Hi localhost,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to start transactions in the
OleDb provider. If there is any misunderstanding, please feel free to let
me know.
We can use OleDbTransaction class to achieve this. Just as Miha said, using
OleDbConnection.BeginTransaction method, we can get an OleDbTransaction
object to manipulate on. For more information about OleDbTrasaction class
and OleDbConnection.BeginTransaction method, please check the following
links:
http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfsystemdataoledboledbtransactionclasstopic.asp
http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfSystemDataOleDbOleDbConnectionClassIDbConnectionBeginTransactionTopic.a
sp
HTH. If anything is unclear, please feel free to reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."