oracle / dotnet-db-samples

.NET code samples for Oracle database developers #OracleDotNet
http://otn.oracle.com/dotnet
MIT License
413 stars 191 forks source link

Distributed transactions on .NET 7 on Windows #267

Open K-Wojciechowski opened 1 year ago

K-Wojciechowski commented 1 year ago

.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).

hiou1210 commented 7 months ago

We really need that feature.