L
localhost
Is it possible to do an ADO.NET transaction using just the OleDb space
and not touch the managed SqlClient at all?
I am trying to build a common data component that must work with
Oracle and MsSql and 3 other databases, all support XA-style
transactions. I hope that I can use just the OleDb provider to do
transactions so keep from doing many provider-specific things.
Is it possible?
Thanks.
and not touch the managed SqlClient at all?
I am trying to build a common data component that must work with
Oracle and MsSql and 3 other databases, all support XA-style
transactions. I hope that I can use just the OleDb provider to do
transactions so keep from doing many provider-specific things.
Is it possible?
Thanks.