Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple Dataset question
Message
 
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00685449
Message ID:
00685468
Views:
40
Between components, I think you are actually passing a dataset object. Maybe .NET behind the scenes converts to XML, passes the data, and converts back to a dataset (which btw is cool if it really does this for you) but I have not seen anything that says this is the case.

Maybe it is the case...

This is a really good question!!




>If one is passing a dataset through HTTP (say, from a WinForm to a Web Service, or vice-versa), I believe what is actually being passed behind the scenes is XML.
>
>Is this also true even when HTTP isn't directly involved? (Say for instance, one middle-tier component function calls another middle-tier component function, and passes a dataset as a parameter...is this also XML?)
>
>We're using datasets almost exlusively to pass parameters (since so many of our parameters are variable length and contain lists of keys, etc.), so I was just curious.
>
>Thanks,
>Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform