473,395 Members | 1,815 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Email Notification after Event Execution

Hi,

I have created an event which inserts data into table after every 2 minutes. I want Email Notification informing successful execution / Failure of event so that we can take corrective actions.

Attaching Table Definition and Event Definition for reference.

CREATE TABLE "test" (
"test_id" mediumint(9) NOT NULL AUTO_INCREMENT,
"test_date" datetime(6) NOT NULL,
PRIMARY KEY ("test_id")
)

CREATE EVENT AUTOINSERTNOTIFICATIO
ON SCHEDULE EVERY 2 MIN
ON COMPLETION PRESERVE
DO
INSERT INTO A90OPSP.TEST(test_id) values (NOW());
Sep 6 '16 #1
0 1316

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Rene Aguirre | last post by:
Hello, I'd like to make a sort of web tracking system for internal stuff at my office. But I'm having problems about how to add email notification to my script. I already tried to send email...
6
by: Raphael Gluck | last post by:
Hi, Is it possible for one to program one's pages as such that when a database table is updated over the web, via a form, that an e-mail confirmation is sent to a specified address, notifying...
2
by: AJ | last post by:
Hi, I wanted to know how can we send out email notification for the Jobs that are completed. Thanks a lot in advance.... AJ
1
by: Paul F. Williams | last post by:
Is there a way to determine when the system has performed a garbage collection? I would like to be able to write a console message when the CLR performs a GC. Knowing when a GC happens might help...
1
by: dschnitt | last post by:
Does anyone know how to send an email notification when a windows service has stopped running? This is on Windows 2003 Server Thanks!
1
by: logambiga | last post by:
hai everybody, i want to know how to send an email notification from db2. I configured the smtp server also,but im not able to receive mails.please help me how to solve this.
1
by: rikerhill | last post by:
I'm looking for help with JS-Kit's Comment script. They offer a free script to add comments to any web page. It is as follows: <script src="http://js-kit.com/comments.js"></script> What I'm...
0
by: Anthony Paul | last post by:
Hello everyone, I'm looking into SQL Server 2005's Notification Services and wasn't able to find a way to create a notification event service based on a DML event such as an Insert or an Update...
0
by: vsrprasad16 | last post by:
Hi All, I am implementing a notification form similar to outlook email notification. my application call this notification form from a dll. this dll includes a form class and this dll has some...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.