Rick
Thu Dec 18 23:55:30 CST 2003
If you are interested in this stuff, there's an ADO.Net preview book out by
Addison Wesley. Good book for giving you an idea of what's there although it
sucks for actually giving you anything but a quick taste <g>...
FWIW, you can do this pretty easily to day by using delegates, the main
difference is that you can use a single connection to run multiple queries
simultaneously.
+++ Rick ---
--
Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/blog/
----------------------------------
Making waves on the Web
"Lecture Snoddddgrass" <maley@hamburg.fry> wrote in message
news:#0jeg1cxDHA.2304@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I've read in a number of articles on MSDN and elsewhere that the
Whidbey
> version of .NET+framework will support true async calls for ADO.NET. Has
> anyone tried this in Whidbey? I'm looking for something like a
> DataAdapter.BeginFill()/EndFill() but can't seem to find anything in the
> documentation. Have any articles been written on this topic? I can't seem
to
> find any.
>
> [I know this product is pre-beta, but hey, it never hurts to plan
ahead
> for this stuff!]
>
> Sincerely,
>
> Xavier Mendez Lecture Snoddddgrass
>
>