Miha is right, but I would not bother inventing something that ADO 2.0 will
do for you (and in a far safer way).
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Miha Markic said:
Not yet - it will be in .net 2.0.
As a workaround you might use worker thread to fetch the records.
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
I there a way to execute a SqlCommnad asynchronous? Or to open an
dataset
asynchronous?
Like in ADO using adAsyncFetch.
Thank you ...