M
Mat
I am developping multi-user windows application. i use Access database.
user edit, add and delete data from database.
Request:
when an item is deleted ,added or modified by an user, all others user in
the network which has application running should automatically see the
change. in case of remove action, the item should disappear from the
listview.
Problem:
Because i am using dataset, user should manualy refresh( i create a refresh
button,which refill the dataset) in order to see changes of anothers user.
if user doesn't refresh, he still continues to edit an item which doesn't no
more exist in the database because it's removed by another user.
Users doesn't like this method and they wants from me that everything works
like outlook in exchange mode( any action(add, remove message) in public
folders by a user is automatically shown in all others outlook clients
connected to ms exchange server)
How to solve this problem?:
I need a way to know (in my application)if a row is added, removed or
updated in the database by another user so that others users can update
their listview.
Someone suggest me to use Ms SQL server. does sql server send a message to
users if a row of a table is modified or deleted???
Please help me.
Thanks you.
Elysee
user edit, add and delete data from database.
Request:
when an item is deleted ,added or modified by an user, all others user in
the network which has application running should automatically see the
change. in case of remove action, the item should disappear from the
listview.
Problem:
Because i am using dataset, user should manualy refresh( i create a refresh
button,which refill the dataset) in order to see changes of anothers user.
if user doesn't refresh, he still continues to edit an item which doesn't no
more exist in the database because it's removed by another user.
Users doesn't like this method and they wants from me that everything works
like outlook in exchange mode( any action(add, remove message) in public
folders by a user is automatically shown in all others outlook clients
connected to ms exchange server)
How to solve this problem?:
I need a way to know (in my application)if a row is added, removed or
updated in the database by another user so that others users can update
their listview.
Someone suggest me to use Ms SQL server. does sql server send a message to
users if a row of a table is modified or deleted???
Please help me.
Thanks you.
Elysee