Graogramar
07-18-2003, 03:10 AM
Hi Folks.
I work with a Access Database, which is stored on a server, and several VB-Clients.
In the code i used the combination of BeginTrans and CommitTrans. In some cases, ADO seems to be faster than Access, so the Code after the
CommitTrans method runs, before the CommitTrans is complete. I'm now using a long variable, which counts ub to 20,000,000. This is not the way i like. Is there another "elegant" way to solve that problem.
Thanks.
I work with a Access Database, which is stored on a server, and several VB-Clients.
In the code i used the combination of BeginTrans and CommitTrans. In some cases, ADO seems to be faster than Access, so the Code after the
CommitTrans method runs, before the CommitTrans is complete. I'm now using a long variable, which counts ub to 20,000,000. This is not the way i like. Is there another "elegant" way to solve that problem.
Thanks.