sgtz
sgtz

Reputation: 9009

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?

Upvotes: 5

Views: 804

Answers (1)

Mamta D
Mamta D

Reputation: 6450

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

Upvotes: 1

Related Questions