I am devolping a windows form application which connects to a database in SQL Server 2000. 
In this form I have a Bouncing Progress Bar which I want to use whenever the program is searching for data. The application uses a stored procedure that takes awhile to return a value. During the search the Bouncing Progress Bar does not move until SQL finishes and sends its result back to the application.
Is there a way to keep code running in the application while it's waiting for SQL to return results?
Help Please
Thank You!!!
	
		
			
		
		
	
				
			In this form I have a Bouncing Progress Bar which I want to use whenever the program is searching for data. The application uses a stored procedure that takes awhile to return a value. During the search the Bouncing Progress Bar does not move until SQL finishes and sends its result back to the application.
Is there a way to keep code running in the application while it's waiting for SQL to return results?
Help Please
Thank You!!!
 
	 
 
		 
 
		 
 
		