Multiple Transactions ...

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
HK
Posts: 12
Joined: Tue 14 Nov 2006 13:30

Multiple Transactions ...

Post by HK » Tue 12 Jun 2007 18:20

How to enable Multiple Transactions for Sql Server 2005? We need enable it for use the transactions IDs.

The MultipleTransactionsSupport always ruturns False ...


Thanks

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Wed 13 Jun 2007 08:14

SQL Server doesn't support overlapped transactions.
Nested transactions are not supported by OLE DB providers for SQL Server.
So you can use only a single transaction at a time using DbxSda.

Post Reply