G
Guest
Hi,
We would like to use MS SQL Server Express database for out data. The data
can be updated by many clients.
There will be an application that will show these data. This application can
work with the disconnected recordest.
My question is, how to notify this application, about the data in recordset
are not valid anymore, because the table in the database had been changed by
a client?
As I understand, I can not use Notification Services with SQL Express.
1/ Is the trigger that would send message to the Service broker suitable for
this scenario?
2/ Can I use Event notification? I think they don’t work with DML
3/ What would be the best way to inform *.exe app that the disconnected
recodset is not valid?
Thanks for any ideas.
Lubomir
We would like to use MS SQL Server Express database for out data. The data
can be updated by many clients.
There will be an application that will show these data. This application can
work with the disconnected recordest.
My question is, how to notify this application, about the data in recordset
are not valid anymore, because the table in the database had been changed by
a client?
As I understand, I can not use Notification Services with SQL Express.
1/ Is the trigger that would send message to the Service broker suitable for
this scenario?
2/ Can I use Event notification? I think they don’t work with DML
3/ What would be the best way to inform *.exe app that the disconnected
recodset is not valid?
Thanks for any ideas.
Lubomir