Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm handling a project which a user is to be notified whenever a new record has been inserted in the database table.

for example I have a table for users, and when a record for new user is inserted into the users table, a notification will pop out on the taskbar.

next example, I run the query: "INSERT INTO" after which, a taskbar message will also show a message that a new record was inserted

can I achieve this by simply using triggers inside mySQL? I will not use any winform applications with this, plainly will run from sql server itself.
Posted

1 solution

You can have mail notifications instead, refer
http://solutioncenter.apexsql.com/get-an-alert-when-a-certain-record-changes/[^]

-KR
 
Share this answer
 
Comments
JB0301 17-Feb-14 0:26am    
I have to notify the users by prompting it through the taskbar

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900