[AccessD] suspend execution of VB code

Gustav Brock gustav at cactus.dk
Wed Feb 19 03:19:00 CST 2003


Hi Scott

> I need to slow down the code I'm running. It is
> running a ton of append queries to groom some data ..

Fast code is nice, so what's happening?

Have you tried to put some DoEvents in between?
Or wrapping the routine as a transaction with BeginTrans and
CommitTrans?

/gustav




More information about the AccessD mailing list