-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: SureshMVP3
Message 2 in Discussion

Hi Bhairav,                             The Microsoft� ADO.NET Framework provides 
explicit XML serialization support only for the DataSet object. Just like any other 
.NET object, the DataSet object is stored in memory in a binary format. Unlike other 
objects, though, the DataSet is always remoted and serialized in a special XML format 
called the DiffGram. When the DataSet is sent across an application domain, process, 
or machine boundary, it is automatically rendered as a DiffGram. At destination, the 
DataSet is silently rebuilt as a binary and usable object�an exact copy of the 
original. The same serialization facilities are available to applications through a 
bunch of methods, a pair of which clearly stand out: ReadXml and WriteXml              
                   The DataTable, DataRow, DataView, and DataViewManager objects 
cannot be serialized and therefore cannot be returned from an XML Web service. To 
return less than a complete DataSet, you must copy the data that you want to return to 
a new DataSet. It's important that you duplicate the DataTable object for the simple 
reason that each ADO.NET object can be referenced only by one container object. You 
cannot have the same instance of, say, a DataTable object belonging to two distinct 
DataSet objects.   For more please have a look th following URL. 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaskdr/html/askgui06182002.asp
   Hope this help.   Thanks and Regards,   Suresh    
______________________________<WBR>______________________________<WBR>______________________________<WBR>___
 Suresh Ch Behera
Microsoft MVP.Net(Since 2002) | MCAD.Net (CM) | MCSD.Net (EA) |GreenBelt(SixSigma)
 
 

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to