Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does a TransactionScope implementation work? What database support is required?

Just reading up on TransactionScope implementations.

Could someone confirm if this technique is driven by client-side .net, or if it requires something special from specific DB Vendors? Is this a SQL Server only thing?

like image 790
sgtz Avatar asked Nov 14 '22 08:11

sgtz


1 Answers

If your question also includes RDBMS vendors, then SQL Server Compact supports it and so does Oracle.

like image 134
Mamta D Avatar answered Nov 16 '22 02:11

Mamta D