How to get the display to update?
Posted: 1/5/2005 10:54:30 AM
By: Comfortably Anonymous
Times Read: 2,215
0 Dislikes: 0
Topic: Programming: .NET Framework
I've got some (Windows Application) code where I am doing a lot of database updates and then updating some data in the application display. However, when the machine gets busy, it doesn't display any updates until the database updates are FULLY finished. What's weird is it's just a bunch of single ExecuteScalar operations inside a loop. Each ExecuteScalar takes possibly a tenth of a second, so it's not like the code is blocking waiting on the SQL server to respond.

Any ideas? Probably easy, just not seeing the light.

TIA!
Rating: (You must be logged in to vote)