Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

trigger that does'nt register recordset

Status
Not open for further replies.

wawer

Programmer
Joined
Aug 24, 2001
Messages
13
Location
FR
Hello,
I'm trying to create a trigger that can send mail for each inserting into a table. The trigger works fine, but a problem: for each inserting into the table, it sends mails then any recordset is registered. I have noticed that for data that do not matche conditions inside the trigger, recordsets are registered, and for data that matches the trigger conditions, after sending mail, any is maintained. There is any update or delete SQl instruction in my trigger. Have you an idea for how and why?
Thank you
 

I'm not following your explanation. Perhaps you could post you TRIGGER code so we could evaluate it. Also explain what you expect to happen when the trigger fires.

Thanks, Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Thank you tlbroadbent for your reply. I have found out a syntax error in the trigger. That explains why it did'nt work.
thank you very much
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top