| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: OO and relation "impedance mismatch"
Laconic2 wrote:
>
> "Kenneth Downs"
>
>> The rollback is server-controlled, it has to be. Otherwise, as you point >> out, there is no assured integrity. The rollback code is in the trigger >> code I posted.
SQL Server does not support transaction level triggers, so you cannot use this approach, at least not if you want to support the big 3 that have the largest market share. The code I posted does account for nested triggers with rollback only occurring on the outermost, and has the benefit of being portable with small syntax changes.
-- Kenneth Downs Use first initial plus last name at last name plus literal "fam.net" to email meReceived on Wed Oct 06 2004 - 15:29:28 CDT
![]() |
![]() |