A distributed transaction in ADO.NET involves multiple ___________.
- databases
- rows
- servers
- tables
A distributed transaction in ADO.NET involves multiple databases. It spans across multiple databases, allowing operations to be performed on different databases as part of a single transaction, ensuring data consistency across them.
Loading...
Related Quiz
- Which method is used to create a DataView from a DataTable in ADO.NET?
- What role does the AcceptChanges method play in data concurrency management in ADO.NET?
- What is the primary difference between a ListBox and a DropDownList control?
- What is a database transaction in the context of ADO.NET?
- You are developing an application using Entity Framework, and you want to define the data model using C# classes. Which approach would you choose?