J
James Minns
Hi all,
I am using VB.NET (2005) to write to an Access database, with oledb.
I have created strongly typed datasets in an xsd file to read from and
update several tables in the database.
I would like to use a transaction so that in case the update of one table
fails, I can roll back the updates made to another table, and here lies the
problem.
I can't see how to access the insert/update/delete command for the strongly
typed dataset so I can set the transaction property - The problem does not
arise when using a standard TableAdapter!
Any ideas?
Thanks, James
I am using VB.NET (2005) to write to an Access database, with oledb.
I have created strongly typed datasets in an xsd file to read from and
update several tables in the database.
I would like to use a transaction so that in case the update of one table
fails, I can roll back the updates made to another table, and here lies the
problem.
I can't see how to access the insert/update/delete command for the strongly
typed dataset so I can set the transaction property - The problem does not
arise when using a standard TableAdapter!
Any ideas?
Thanks, James