Hi All!
I am having a very bizzare problem that I do not seem to be able to find a solution for:
When I add a record to a table using SQL (ie INSERT INTO...) and then I refresh a recordset that should contain the new record sometimes it shows up, sometimes I get a bookmark related error, and sometimes the record does not show up at all until I force another refresh.
Back Ground:
I am using VB6 as a Front End
I am using DAO (I know, but I am.)
I am using Access 97
I am using a dual P3 800 Server with Win 2000 pro
I have 2 Win 2000 Pro work stations
I have one Win 98SE Work Station
The problems are independant of the machine being used.
The problems began when I moved the database from the win 98 machine to the server.
The problems persist even when I move the database back to the Win 98 machine.
The affected forms and their code have remained relatively unchanged for the past five years; however I have added new forms and modules to the Front-End.
I had a large number of problems when I Upgraded (?) to VB6 from VB5, and I am still having problems attempting to upgrade to Access 2000, though these problems should not effect the compiled version of my front end accessing my Access 97 database.
I have created a routine that Kills time by executing a long series of math problems and "Do Events" in a lengthy Do Loop. If I extend the length of the loop so that it "Pauses" for a second or two the latency problem vanishes, but it is very iritating to "kill time" in this manner.
Thanks for any help!
Hunter
I am having a very bizzare problem that I do not seem to be able to find a solution for:
When I add a record to a table using SQL (ie INSERT INTO...) and then I refresh a recordset that should contain the new record sometimes it shows up, sometimes I get a bookmark related error, and sometimes the record does not show up at all until I force another refresh.
Back Ground:
I am using VB6 as a Front End
I am using DAO (I know, but I am.)
I am using Access 97
I am using a dual P3 800 Server with Win 2000 pro
I have 2 Win 2000 Pro work stations
I have one Win 98SE Work Station
The problems are independant of the machine being used.
The problems began when I moved the database from the win 98 machine to the server.
The problems persist even when I move the database back to the Win 98 machine.
The affected forms and their code have remained relatively unchanged for the past five years; however I have added new forms and modules to the Front-End.
I had a large number of problems when I Upgraded (?) to VB6 from VB5, and I am still having problems attempting to upgrade to Access 2000, though these problems should not effect the compiled version of my front end accessing my Access 97 database.
I have created a routine that Kills time by executing a long series of math problems and "Do Events" in a lengthy Do Loop. If I extend the length of the loop so that it "Pauses" for a second or two the latency problem vanishes, but it is very iritating to "kill time" in this manner.
Thanks for any help!
Hunter