I am new in C#. I've a problem with database notifications..
I've develped a windows application in c# using web services just like little-bit as skype. In which i want to show that who is online/offline/absent/Lunch to all online users using notifyicon in c#
i've used the notifyicon but it doesn't show to all users because that information don't come from the database it has been defined statically.
so i want to know . how can i implement this.
i've searched on google. find some sql dependency, query notification requests, Push technology..
But i am just confused.. i don't even understand what i need to do for my application..
I need some proper guidline
Thanx in Advance.
Kedar PawgiPosted May 20, 2013, 8:20 AM
Another option is if the database is getting update by this then give a window of username and password. When user enter into DB and if any row gets updated from any table then just after completion of inserting query use " commit " once the commit is done then send the message the DB is changed and show that the user is absent or offline or what ever u wanna show. Same way if any once come back from lunch or from offline to online follow the same procedure by checking either with If---else---if or CASE structure.
Hope this work for u.
Else please give a bit more info about ur query, i can give more proper solution to u.