multi-thread in MS Access, async processing

Posted by LanguaFlash on Stack Overflow See other posts from Stack Overflow or by LanguaFlash
Published on 2010-05-24T17:35:13Z Indexed on 2010/05/24 17:51 UTC
Read the original article Hit count: 241

Filed under:
|
|

I know that title sounds crazy but here is my situation.

After a certain user event I need to update a couple tables that are "unrelated" to what the user is currently doing. Currently this takes a couple seconds to execute and causes the user a certain amount of frustration. Is there a way to perform my update in a second process or in a manner that doesn't "freeze" the UI of my app while it is processing?

Thanks

© Stack Overflow or respective owner

Related posts about multithreading

Related posts about ms-access