G
Guest
Our old COM data access components use ADO.
As we are now begining to move to C#.net, we would like any new data access
components to use ADO.net.
Therefore we will end up having two seperate connections: One ADO connection
and one ADO.net connecation.
Is there any way of making it so that updates made through either of these
connections will be part of the same transaction?
We use Oracle but do not currently have any preference as to which ADO.net
data provider we use.
Thanks,
Jonathan
As we are now begining to move to C#.net, we would like any new data access
components to use ADO.net.
Therefore we will end up having two seperate connections: One ADO connection
and one ADO.net connecation.
Is there any way of making it so that updates made through either of these
connections will be part of the same transaction?
We use Oracle but do not currently have any preference as to which ADO.net
data provider we use.
Thanks,
Jonathan