DevArt drvier versus built in Delphi XE driver
Posted: Mon 28 Mar 2011 14:05
Delphi XE, testing DevArt driver instead of built in driver for SQL Server that comes with Delphi XE, with the built in driver a lot of my db transactions fail with error "cannot create connection because in manual or distributed tranasction mode". When I switched to the DevArt driver these errors all go away and my db transactions work like a charm.
I am wondering what is different about the DevArt driver that makes this work. Usng sqlncli10.dll for both.
A typical transaction would be:
Start db transaction
update SQL
select SQL - this is where error occurs with standard driver
update SQL
Commit db transaction
Thanks, Wayne
I am wondering what is different about the DevArt driver that makes this work. Usng sqlncli10.dll for both.
A typical transaction would be:
Start db transaction
update SQL
select SQL - this is where error occurs with standard driver
update SQL
Commit db transaction
Thanks, Wayne