M
Marvin van Dongen
Hello,
I have a VB App wich updates an Access DB by using ADO. The problem that I
am faced with now, is the following:
-I run 2 instances of my app.
-I open the same record in both instances
-I change the record in the first instance
-When I wait a few seconds, I update the same record with the second
instance.
-The app recognizes that the record has been changed since the opening, and
neatly displayes a message.
However, when I -DON'T- wait a few seconds before updating in the second
instance, the update triggered by the first instance hasn't been correctly
entered into the database, so my 2nd instance thinks nothing has changed.
So the problem seems to be with some sort of slow update. The first instance
is however completely finished with the update (and the connection is closed
afterwards). Maybe there is some kind of setting that changes the speed in
wich changes are applied. I hope someone can help.
Thnx,
Marvin
I have a VB App wich updates an Access DB by using ADO. The problem that I
am faced with now, is the following:
-I run 2 instances of my app.
-I open the same record in both instances
-I change the record in the first instance
-When I wait a few seconds, I update the same record with the second
instance.
-The app recognizes that the record has been changed since the opening, and
neatly displayes a message.
However, when I -DON'T- wait a few seconds before updating in the second
instance, the update triggered by the first instance hasn't been correctly
entered into the database, so my 2nd instance thinks nothing has changed.
So the problem seems to be with some sort of slow update. The first instance
is however completely finished with the update (and the connection is closed
afterwards). Maybe there is some kind of setting that changes the speed in
wich changes are applied. I hope someone can help.
Thnx,
Marvin