Hello.

I've got a question regarding an ADO/SQL which may very well be more appropriate in another topic but wasn't sure.

I've written a VB6-SQL 7 app which connects to a remote db and does some pretty basic querying using the conventional ADO techniques and have noticed that while it is in the process of connecting, the program "freezes" or stops responding (until it eventually connects). Is there any way to simulate a better threading or free things up a bit while it is connecting? I've tried playing with some DoEvents to no avail. Any suggestions? Thanks in advance!