all groups > dotnet xml > february 2004 >
You're in the

dotnet xml

group:

XML/MDAC Deployment question



XML/MDAC Deployment question Trey
2/26/2004 8:14:38 AM
dotnet xml: I saw in another post that if you use the System.Data namespace you must
deploy MDAC 2.6 or MDAC 2.7 with your application.

Is that correct if you are using a DataSet to load Tables with XML data
only? Like this:

XMLDataFile = Application.StartupPath + @"\Data\theData.xml";

XMLSchemaFile = Application.StartupPath + @"\Data\theData.xsd";

dset.ReadXmlSchema(XMLSchemaFile);

dset.ReadXml(XMLDataFile);

dset.AcceptChanges();

Re: XML/MDAC Deployment question Daniel D.C. [MSFT]
3/1/2004 1:56:10 AM
The bellow code does not makes use of MDAC.
--
Daniel D.C. [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights

[quoted text, click to view]

AddThis Social Bookmark Button