Question about the "SET IMPLICIT_TRANSACTIONS ON" statement

Posts   
 
    
Adam
User
Posts: 25
Joined: 03-Jun-2005
# Posted on: 23-Jun-2006 16:59:13   

Under what conditions will LLBLGen send the "SET IMPLICIT_TRANSACTIONS ON" statement to a SQL Server database? Does this have anything to do with what is passed to the Adapter.StartTransaction() method?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39613
Joined: 17-Aug-2003
# Posted on: 23-Jun-2006 17:21:13   

LLBLGen Pro won't emit that statement. If you see that kind of statements, they're emitted by the SqlClient code of ADO.NET

Frans Bouma | Lead developer LLBLGen Pro