473,385 Members | 1,317 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

XML/MDAC Deployment question

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();
Nov 12 '05 #1
1 1109
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

"Trey" <we****@nc.rr.com> wrote in message
news:uL*************@TK2MSFTNGP11.phx.gbl...
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();

Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Rob Oldfield | last post by:
Hi, I have a windows forms VB.NET app which I've been working on for a while. I'm deploying updates via a standard windows installer package created in Visual Studio. This has been going fine...
1
by: abacnet | last post by:
How do you repair or re-install MDAC 2.8 on a Windows 2003 Server?
0
by: Ian Henderson | last post by:
I need to be able to ensure that all of my users' computers (even those who are only potential users) are fully installed with the Visual Studio Components for VS2002, such as MDAC etc. At the...
1
by: B | last post by:
I need advise. Are there any implications when installing MDAC 2.5 on top of MDAC 2.6 RTM? The applications on client pc's will only be running MS Access. Reason of the downgrade is the server...
1
by: Totto | last post by:
Hi, Is it possibel to include installation of dotnetfx and mdac in a setup project ? Tnx Totto
1
by: magmo | last post by:
Hi I need to check if the mdac 2.6 is installed on the clients computer. So I need to define this when I deploy my application. Is there anyone that can tell me how I can do that? ...
2
by: Cary | last post by:
I've got a client trying to install the VB.NET program I've written. It requires MDAC version 2.7 and .NET to run. It installed fine on other machines in this office, but during the installation...
2
by: John | last post by:
Hi, Please if you can read and help me in this questions, as I am beginner in programming. I am using ADO connection to MS Access database (DAO is not an option) in VB.NET 2005 project and I...
10
by: bz | last post by:
Hi, When writing database program with VB.NET that accesses MDB and XLS file, do you guys know if I still need to distribute MDAC and JET4 to the client machine? Or .NET framework already...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.