Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disconnected DataSets
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00825290
Message ID:
00825323
Views:
22
Hi Paul.

>I've always read "connectionless" to mean that
>maintaining a connection isn't required.

That would make sense. I'd assume (before checking) that a DataReader (by contrast) must keep the connection open. Again, this makes sense as the DataReader only contains one record at any point in time, fetching the next record from the network buffer in response to calling the Read() method. Depending on the size of the result set, you could close the connection before the entire result set has been returned, which may not be the case with DataSets.
>>-Steve->>

Steve Sawyer
Geeks and Gurus, Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform