Hi,
Using a single SQLConnection object, 4 SQLCommand objects and 4 BackgroundWorkers I'm trying to execute 4 Parallel Transactions on a SQL Server database.
Regardless of how I set the MultipleActiveResultSets property on the Connection object's connection string I always get an error saying that Parallel Transactions aren't supported, but from what I have read and understand they are!
Can anyone help me out here?
woogoo
Using a single SQLConnection object, 4 SQLCommand objects and 4 BackgroundWorkers I'm trying to execute 4 Parallel Transactions on a SQL Server database.
Regardless of how I set the MultipleActiveResultSets property on the Connection object's connection string I always get an error saying that Parallel Transactions aren't supported, but from what I have read and understand they are!
Can anyone help me out here?
woogoo