![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
Does anyone know if it is actually possible to drop the isolationlevel to say...ReadUnCommitted? I have tried the following: objServiceConfig.IsolationLevel=EnterpriseServices .TransactionIsolationLevel |
|
This seems to have no effect. I have tested on WinXp Sp1 and Win2003...same be4haviour |
#2
| |||
| |||
|
|
Milo, Does anyone know if it is actually possible to drop the isolationlevel to say...ReadUnCommitted? I have tried the following: objServiceConfig.IsolationLevel=EnterpriseServices .TransactionIsolationLevel ..ReadUncommitted This seems to have no effect. I have tested on WinXp Sp1 and Win2003...same be4haviour Are you using Services Without Components? (SWC?). That's the only case where ServiceConfig class will work. If not, on those two platforms, if you're using System.EnterpriseServices, you'll need to use the Isolation property of the TransactionAttribute attribute on your ServicedComponent or change the appropriate configuration on the COM+ catalog. -- Tomas Restrepo tomasr (AT) mvps (DOT) org |
#3
| |||
| |||
|
|
Milo, Does anyone know if it is actually possible to drop the isolationlevel to say...ReadUnCommitted? I have tried the following: objServiceConfig.IsolationLevel=EnterpriseServices .TransactionIsolationLevel ..ReadUncommitted This seems to have no effect. I have tested on WinXp Sp1 and Win2003...same be4haviour Are you using Services Without Components? (SWC?). That's the only case where ServiceConfig class will work. If not, on those two platforms, if you're using System.EnterpriseServices, you'll need to use the Isolation property of the TransactionAttribute attribute on your ServicedComponent or change the appropriate configuration on the COM+ catalog. -- Tomas Restrepo tomasr (AT) mvps (DOT) org |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |