Hi Guys,
I have a question and am not sure if this is the right forum. I am going to post it anyways and let you respond.
Problem::
We are developing an application that almost works on the concept of an Email Inbox. A user has a Windows Client which displays a worklist. The worklist is displayed in a GridUI which is bound to a collection object which is populated via a dataset from the database. It is important that the grid is tied to the collection object rather then the dataset for business logic and other reasons.
The idea is to populate the worklist automatically when a new row is inserted into the database. We can definitely refresh the query and bring all data from the database, but that is something we are lookign to avoid.
Is there any way we can use new SQL 2005 tech like Service Broker or any other technology to push data out into the client from the database based on changes to data in the tables?
Value all your inputs.
I have a question and am not sure if this is the right forum. I am going to post it anyways and let you respond.
Problem::
We are developing an application that almost works on the concept of an Email Inbox. A user has a Windows Client which displays a worklist. The worklist is displayed in a GridUI which is bound to a collection object which is populated via a dataset from the database. It is important that the grid is tied to the collection object rather then the dataset for business logic and other reasons.
The idea is to populate the worklist automatically when a new row is inserted into the database. We can definitely refresh the query and bring all data from the database, but that is something we are lookign to avoid.
Is there any way we can use new SQL 2005 tech like Service Broker or any other technology to push data out into the client from the database based on changes to data in the tables?
Value all your inputs.