473,804 Members | 3,686 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.Sta rtupPath + @"\Data\theData .xml";

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

dset.ReadXmlSch ema(XMLSchemaFi le);

dset.ReadXml(XM LDataFile);

dset.AcceptChan ges();
Nov 12 '05 #1
1 1123
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.c om> wrote in message
news:uL******** *****@TK2MSFTNG P11.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.Sta rtupPath + @"\Data\theData .xml";

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

dset.ReadXmlSch ema(XMLSchemaFi le);

dset.ReadXml(XM LDataFile);

dset.AcceptChan ges();

Nov 12 '05 #2

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

Similar topics

0
1276
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 and I'm up to about the 20th version that I've rolled out while I'm still developing parts. Last week, I put some updates in place, created the installer, and used that to install onto about 10 machines as an admin. 7 of these were fine. Two...
1
5442
by: abacnet | last post by:
How do you repair or re-install MDAC 2.8 on a Windows 2003 Server?
0
1220
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 present moment, when I develop a new solution, I also develop a deployment project, the output from which gets placed onto the server in a location that's visible to all users. When the user logs in, the logon script executes a batch file which...
1
2312
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 where I pull data from (SQL Server) have MDAC 2.5. Will it be safe to do a straight install without having to uninstall 2.6 first?
1
1585
by: Totto | last post by:
Hi, Is it possibel to include installation of dotnetfx and mdac in a setup project ? Tnx Totto
1
966
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? Regards
2
1109
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 process on one PC (Win XP Pro), after it says it's installed the MDAC drivers, the installation kicks back an error message reading: <ERROR MESSAGE> and shuts down the installation. I've tried installing the MDAC drivers separately and it...
2
2023
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 have to setup deployment of program. 1. Do you reccomend installation of MDAC 2.8 on user computer? What is gain in term with lets say ADO 2.6, or 2.7 version? 2. If other program uses MDAC 2.6 and I install MDAC 2.8, will I crush connection to...
10
1954
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 comes with all those drivers? Thanks!
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9582
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10580
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10323
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9157
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5652
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3821
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2993
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.