I posted this on StackOverflow but, haven't received a response; please excuse my redundancy...
I have a simple method that does... Session.CreateSQLQuery(syntax).List<T>(); The issue is that when I execute this against a stored procedure that enlists a linked server connection I get the following error... The operation could not be performed because OLE DB provider "MSDASQL" for linked server "MyLinkedServer" was unable to begin a distributed transaction. My question is; how can I tell NHibernate I do not want to use a transaction..? Thanks..! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
