473,385 Members | 1,942 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.

MDAC, Jet, and XP

Okay, so the Jet support is no longer in MDAC as of a few years ago. This
was not a problem previously, as MDAC 2.5 was included with Windows 2000.
Now, however, Windows XP does not include MDAC 2.5.

(Right so far?)

So, if our IT people who are installing XP Pro on all new computers, decide
that they do not want to allow Jet40SP3_Comp.exe to be installed, does that
mean this statement will not work. period, end of story?

Dim cat As New ADOX.Catalog
cat.Create "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=my.mdb"
Darryl Kerkeslager
Nov 13 '05 #1
4 1567
On Mon, 17 Jan 2005 14:04:01 -0500, "Darryl Kerkeslager"
<Ke*********@comcast.net> wrote:

Comments in-line.
-Tom.
Okay, so the Jet support is no longer in MDAC as of a few years ago. This
was not a problem previously, as MDAC 2.5 was included with Windows 2000.
Now, however, Windows XP does not include MDAC 2.5.

(Right so far?) You can still create objects of type ADODB.Connection.2.5 etcetera.
Newer versions of ADO appear to include the older objects.

So, if our IT people who are installing XP Pro on all new computers, decide
that they do not want to allow Jet40SP3_Comp.exe to be installed, does that
mean this statement will not work. period, end of story? IT will install the software needed to run the company's applications.
IT is in a subservient role to the organization as a whole.

Dim cat As New ADOX.Catalog
cat.Create "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=my.mdb" Try it on the machine you described above, and report your findings.


Darryl Kerkeslager


Nov 13 '05 #2
Tom van Stiphout wrote:
IT is in a subservient role to the organization as a whole.


Except that they usually consider themselves gods and will advise
management that the old sofware is a security risk so they won't have to
do any work and get down to the real business of finishing Half Life 2.

--
This sig left intentionally blank
Nov 13 '05 #3
So far the response to most issues has been that "Access will not be
supported", which has been interpreted several ways.
Darryl Kerkeslager

"Trevor Best" <no****@besty.org.uk> wrote
Tom van Stiphout wrote:
IT is in a subservient role to the organization as a whole.


Except that they usually consider themselves gods and will advise
management that the old sofware is a security risk

Nov 13 '05 #4

"Tom van Stiphout" <no*************@cox.net> wrote:
"Darryl Kerkeslager" <Ke*********@comcast.net> wrote:
Okay, so the Jet support is no longer in MDAC as of a few years ago. Thiswas not a problem previously, as MDAC 2.5 was included with Windows 2000.
Now, however, Windows XP does not include MDAC 2.5.
You can still create objects of type ADODB.Connection.2.5 etcetera.
Newer versions of ADO appear to include the older objects. Dim cat As New ADOX.Catalog
cat.Create "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=my.mdb"

Try it on the machine you described above, and report your findings.


Well, the test was only perhaps half-valid. I was only able to test it on a
XP Pro machine that had been upgraded from Windows 2000 - not a clean
install of XP Pro. So I'm not sure, still. But the code did work on that
machine. My concern is that a new machine, with XP PRo and Office 2003 will
not run the above. But unless someone has such a setup (we won't get a
clean install for awhile, unless a hard drive crashes [no wait, I have an
idea..]), I guess I won't know.
Darryl Kerkeslager

Nov 13 '05 #5

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

Similar topics

0
by: Jim | last post by:
With the recent MDAC security warning I now have the task of deciding if my company of 9000 desktops should push out an MDAC 2.8 package and upgrade all the machines or simply distribute the MDAC...
2
by: Zach Gastineau | last post by:
I'm having problems using the DB2 Connect ODBC Driver in my SQL Server 2000 DTS packages. It started occuring after installing MDAC 2.7 (which is necessary for the .NET framework). This error...
1
by: Terry H | last post by:
Hi I am deploying a winforms app via the windows installer and a VS.Net 2003 setup and deploymnet project. At the moment, I am adding launch conditions for the .Net Framework 1.1 and MDAC 2.7...
29
by: DraguVaso | last post by:
Hi, I'm having this error in a VB.NET-application at the moment that I attempt to read data from an SQL Server: The .Net Data SQL Provider (System.Data.SqlClient) requires Microsoft Data...
3
by: Vico | last post by:
Hi! I have a windows forms application and , what I basically do is: 1.- Instanciate a DataSet. 2.- Instanciate a XMlDataDocument attaching the DataSet to it. 3.- Load XmlDataDocument with a...
1
by: Salad | last post by:
Hi: I am developing an application using FoxPro 2.x tables. My client has AccessXP. AccessXP uses Visual Foxpro ODBC to connect to tables. It does not accept the ISAM Foxpro driver used in A97....
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...
2
by: Robert W. | last post by:
I'm trying to add simple database functionality with a Windows Forms app I'm building. FYI my development machine is running Windows XP Pro, with all the service packs installed. First I tried...
1
by: Rvo | last post by:
I made a VB.Net application that connects to some Oracle Databases, on my machine (W2K latest SP and pathes, VS2003) the application runs fine. On my machine I had MDAC 2.5xx installed. When 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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
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,...
0
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...
0
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,...

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.