Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 .NET Inside SQL Server (2005)
 Query Notifications in C# Windows Application qust

Author  Topic 

kalasp
Starting Member

1 Post

Posted - 2009-04-30 : 15:22:21
Not sure if this is the forum, if not please say which one.

Hi, I have got the quesry notfication going and the event is triggered.
Right now im filling a big listView with the information given from the database. But if an existing row in a table is changed I only want to get that row when the event is triggered. Is this possible?
And when one new row is added to a table I only want to get that row. Examples?

As it is now I have to clear the whole listView and add all the items again. Any other suggestions?

Thank you very much.
   

- Advertisement -