Hi,
I've been searching for awhile on this topic and I may be posting in the wrong forum, but would someone just point me in the right direction? I think I may need to use COM+, which I have zero experience with.
Basically, I have a distributed data entry system. I have an "administrator" program that allows the admin to see all records for batches and their status (a basic dashboard system).
My problem is that I'm always updating a listview control to show the latest status of the database. Is there a way to "trigger" the admin program so that when another user updates a record in the database, the program automatically updates the associated line in the listview (or whatever other component it is) instead of refreshing the entire list? To make matters worse, I'm querying an Access database with the Jet provider that gives me random unspecified errors when I refresh the listview by clearing and reloading all the data. I'm planning on moving to MySQL.
From what I've researched, a publisher-subscriber model from COM+ may be what I'm looking for. Will anyone shed some light on this issue for me?
Thanks!
Drew
I've been searching for awhile on this topic and I may be posting in the wrong forum, but would someone just point me in the right direction? I think I may need to use COM+, which I have zero experience with.
Basically, I have a distributed data entry system. I have an "administrator" program that allows the admin to see all records for batches and their status (a basic dashboard system).
My problem is that I'm always updating a listview control to show the latest status of the database. Is there a way to "trigger" the admin program so that when another user updates a record in the database, the program automatically updates the associated line in the listview (or whatever other component it is) instead of refreshing the entire list? To make matters worse, I'm querying an Access database with the Jet provider that gives me random unspecified errors when I refresh the listview by clearing and reloading all the data. I'm planning on moving to MySQL.
From what I've researched, a publisher-subscriber model from COM+ may be what I'm looking for. Will anyone shed some light on this issue for me?
Thanks!
Drew