Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple Dataset question
Message
 
À
02/08/2002 10:53:55
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00685449
Message ID:
00685468
Vues:
36
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform