dotnet-db-samples icon indicating copy to clipboard operation
dotnet-db-samples copied to clipboard

Distributed transactions on .NET 7 on Windows

Open K-Wojciechowski opened this issue 2 years ago • 1 comments

.NET 7 (which was recently released) has added support for distributed transactions on Windows using MSDTC (dotnet/runtime#715). Is support for this feature planned in ODP.NET Core? This would help resolve issues with opening multiple connections to a server (eg. #198).

K-Wojciechowski avatar Nov 15 '22 20:11 K-Wojciechowski

We really need that feature.

hiou1210 avatar Feb 09 '24 16:02 hiou1210