Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old November 22nd, 2004, 10:50 AM
Ron_M Ron_M is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 1 Ron_M User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
AFTER UPDATE trigger fired before update

Please help,

I'm using a trigger to update a second table when changes in the first table occures.

CREATE TRIGGER [TR_UPDATE_FLIGHT] ON [FLIGHT]
AFTER UPDATE
AS
declare @id int
DECLARE @Origin char(4)
DECLARE @DEST char(4)
select @id=id_FLIGHT,@Origin=ORIGIN,@Dest=DEST
from inserted
if update ([ORIGIN]) OR update([DEST])
BEGIN
UPDATE BOMAP_FLIGHT SET ORIGIN=@Origin, DEST=@Dest WHERE id_FLIGHT=@ID
UPDATE BOMAP_UPDATE SET LastUpdate=GETUTCDATE() WHERE [Name] = 'Flight'
END

I'm using ADO to access the DB from client.

Rst.open “SELECT * FROM FLIGHT WHERE ID_FLIGHT=5”
Rst!ORIGIN = “FRA”
Rst.Update

When I run the last line of this code I am getting the error message “Row cannot be located for updating. Some values may have been changed since it was last read.”

The SQL-Profiler tells me that “StmtCompleted” of the trigger run before the Update stm of my client.

Thanks for help

Ron

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMicrosoft SQL Server > AFTER UPDATE trigger fired before update


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT