Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Any idea about asynchronous query?


Message #1 by =?windows-1254?B?S/16/Wx0YW4gWfxjZWls?= <reddawn@n...> on Thu, 20 Jul 2000 16:32:13 +0300
I hail thee, mighty experts!

 I am using inet object to establish an internet connection, and then make
some queries through simple SELECT statements on an SQL server on the
internet. However, at the same time I should be running a timer control
which has an interval of 1 ms, to slide some label boxes. The captions of
the label boxes are to be assigned to what have been queried from the
database. I was previously using text files which were downloaded by
getchunk method. Thus, getchunk works asynchronously and I was able to
manage data without any interruption to the motion of the labels. Now, I am
trying to use the database instead, however, the recordset readings pause my
labels, ie, control is not passed to timer control. How can I avoid this?
The answer to this question is vital for me and time is stringent to sort it
out. I hope someone could help!

Best Regards.


 Kiziltan Yuceil, MSc, Env.Eng.
Internet Software Developer
http://www.netbul.com



  Return to Index