If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > A Newbie: DB2 Triggers questions?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-03, 22:22
kwikslik kwikslik is offline
Registered User
 
Join Date: Nov 2003
Location: Middle East
Posts: 1
Smile A Newbie: DB2 Triggers questions?

Hello everyone...I'm a newbie and would love to be part of this community..I hope I could help and get help as well

In the meantime I got a problem with DB2 triggers. I need to update a library information system with data of its users that are updated somewhere else; student information system perse. So whenever an update occures, a UDP will write a txt file with updated rows with their data and send it through the network to the student information system dba and would be taken care of by the dba.

The question is, what's the optimal way to fire the trigger as less times as possible. I mean could a trigger be fired based on an update session. The reason is, I don't want to have so many txt files with updated data that may have only one row for example. I need the trigger to fire with the most updated data as possible.

Looking forward to interacting with u ppl in here. Cheerz
Reply With Quote
  #2 (permalink)  
Old 11-21-03, 03:49
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: A Newbie: DB2 Triggers questions?

Visit www7b.boulder.ibm.com/dmdd and search for the word 'trigger' ... There are couple of good articles on the subject ... Hope one if them answers your question ...

Cheers

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On