c# - Asynchronously Insert Records to MsAccess -


i want insert 2000 records msaccess database. works fine makes 3 seconds delay in form because of insertion process. there way make form not delaying, doesn't have wait insertion process finish execute next statement?

there many approaches doing using thread other ui thread. i'd recommend looking @ threadpool, task parallel library or backgroundworker.

each of links lead plenty of examples of how accomplish trying do.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -

java Extracting Zip file -