473,387 Members | 1,476 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,387 software developers and data experts.

Confused about MDAC, VB.Net, and Jet

TC
I have a VB.Net application which uses System.Data.OleDb to connect to
a Jet database. Recently, I learned that MDAC no longer contains Jet
drivers. I'm confused what that means for my application. Can someone
help me with answers to these basic questions?

First of all, does the absence of Jet driver from MDAC imply that most
computers in the future will lack Jet drivers?

Second, if I use a Visual Studio setup project to package my
application, will it recognize the Jet driver as a dependency, and
include it in the distribution file? In other words, if I distribute
my application to someone who has a recent version of MDAC, will it
work?

Third, does the exclusion of Jet from MDAC imply that Jet is
deprecated?
-TC
Jun 27 '08 #1
5 1438
"TC" <go*********@yahoo.comschrieb
I read the page you referenced. It seems to imply that all versions
of Windows since Windows 2000 include Jet. If so, then why would a
Windows computer ever lack the Jet drivers?

Yesterday, a friend asked me to debug a problem. He was receiving
the message "The 'Microsoft.Jet.OLEDB.4.0' provider is not
registered on the local machine". When I researched that error, most
of the search results explained the problem by noting that MDAC no
longer includes Jet. However, if I understand
http://support.microsoft.com/kb/239114 correctly, that explanation
is bogus. My friend and others who receive that error are not
missing Jet because it was omitted from MDAC; they are missing Jet
because... why?

I'm afraid, I can't answer this. I don't know if it also applies to the
Jet OLEDB provider or only to the Jet core components (or whether both
are the same).

Armin

Jun 27 '08 #2
TC
On May 28, 6:54 am, "Armin Zingler" <az.nos...@freenet.dewrote:
"TC" <golemdan...@yahoo.comschrieb
I read the page you referenced. It seems to imply that all versions
of Windows since Windows 2000 include Jet. If so, then why would a
Windows computer ever lack the Jet drivers?
Yesterday, a friend asked me to debug a problem. He was receiving
the message "The 'Microsoft.Jet.OLEDB.4.0' provider is not
registered on the local machine". When I researched that error, most
of the search results explained the problem by noting that MDAC no
longer includes Jet. However, if I understand
http://support.microsoft.com/kb/239114correctly, that explanation
is bogus. My friend and others who receive that error are not
missing Jet because it was omitted from MDAC; they are missing Jet
because... why?

I'm afraid, I can't answer this. I don't know if it also applies to the
Jet OLEDB provider or only to the Jet core components (or whether both
are the same).

Armin
Armin,

I just re-read article 239114, and I have a theory:

1) When it says "you have a later version of Jet 4.0...", it does not
mean "you already have Jet 4.0 installed." Rather, what it means is
"you have a setup package for Jet 4.0 on your product CD, so we don't
need to provide you with a download."

2) When it says "We recommend that you install the latest service pack
for Windows ???" it does not mean "you can install Jet 4.0 by
installing the latest service pack." Rather, what it means is "before
you install Jet 4.0, you should make sure your OS is current."

3) When it says "To install the latest Jet 4.0 service pack... 1.
Download the appropriate version of the Jet service pack", it does not
mean "download." Rather, it means "either download or obtain from your
product CD."

Could this interpretation be correct? If so, it means the Jet
components are not automatically installed with Windows, so I cannot
expect computers to have it when I distribute my application.
Furthermore, it means that people missing Jet, like my friend, cannot
simply download and install it; they must find it on their product CD.

Frankly, I'm more confused than ever. I'm going to post another
newsgroup message asking specifically how to interpret 239114.
-TC
Jun 27 '08 #3
TC,

If you want a complete answer then ask this in the newsgroup

microsoft.public.dotnet.framework.adonet

William Vaugh is probably the best one who can answer your questions in dept
while he is active in that newsgroup.

Cor

"TC" <go*********@yahoo.comschreef in bericht
news:f0**********************************@a32g2000 prf.googlegroups.com...
On May 28, 6:54 am, "Armin Zingler" <az.nos...@freenet.dewrote:
>"TC" <golemdan...@yahoo.comschrieb
I read the page you referenced. It seems to imply that all versions
of Windows since Windows 2000 include Jet. If so, then why would a
Windows computer ever lack the Jet drivers?
Yesterday, a friend asked me to debug a problem. He was receiving
the message "The 'Microsoft.Jet.OLEDB.4.0' provider is not
registered on the local machine". When I researched that error, most
of the search results explained the problem by noting that MDAC no
longer includes Jet. However, if I understand
http://support.microsoft.com/kb/239114correctly, that explanation
is bogus. My friend and others who receive that error are not
missing Jet because it was omitted from MDAC; they are missing Jet
because... why?

I'm afraid, I can't answer this. I don't know if it also applies to the
Jet OLEDB provider or only to the Jet core components (or whether both
are the same).

Armin

Armin,

I just re-read article 239114, and I have a theory:

1) When it says "you have a later version of Jet 4.0...", it does not
mean "you already have Jet 4.0 installed." Rather, what it means is
"you have a setup package for Jet 4.0 on your product CD, so we don't
need to provide you with a download."

2) When it says "We recommend that you install the latest service pack
for Windows ???" it does not mean "you can install Jet 4.0 by
installing the latest service pack." Rather, what it means is "before
you install Jet 4.0, you should make sure your OS is current."

3) When it says "To install the latest Jet 4.0 service pack... 1.
Download the appropriate version of the Jet service pack", it does not
mean "download." Rather, it means "either download or obtain from your
product CD."

Could this interpretation be correct? If so, it means the Jet
components are not automatically installed with Windows, so I cannot
expect computers to have it when I distribute my application.
Furthermore, it means that people missing Jet, like my friend, cannot
simply download and install it; they must find it on their product CD.

Frankly, I'm more confused than ever. I'm going to post another
newsgroup message asking specifically how to interpret 239114.
-TC
Jun 27 '08 #4
TC
On May 28, 10:05 am, "Cor Ligthert[MVP]" <notmyfirstn...@planet.nl>
wrote:
TC,

If you want a complete answer then ask this in the newsgroup

microsoft.public.dotnet.framework.adonet

William Vaugh is probably the best one who can answer your questions in dept
while he is active in that newsgroup.

Cor

"TC" <golemdan...@yahoo.comschreef in berichtnews:f0**********************************@a 32g2000prf.googlegroups.com...
On May 28, 6:54 am, "Armin Zingler" <az.nos...@freenet.dewrote:
"TC" <golemdan...@yahoo.comschrieb
I read the page you referenced. It seems to imply that all versions
of Windows since Windows 2000 include Jet. If so, then why would a
Windows computer ever lack the Jet drivers?
Yesterday, a friend asked me to debug a problem. He was receiving
the message "The 'Microsoft.Jet.OLEDB.4.0' provider is not
registered on the local machine". When I researched that error, most
of the search results explained the problem by noting that MDAC no
longer includes Jet. However, if I understand
http://support.microsoft.com/kb/239114correctly, that explanation
is bogus. My friend and others who receive that error are not
missing Jet because it was omitted from MDAC; they are missing Jet
because... why?
I'm afraid, I can't answer this. I don't know if it also applies to the
Jet OLEDB provider or only to the Jet core components (or whether both
are the same).
Armin
Armin,
I just re-read article 239114, and I have a theory:
1) When it says "you have a later version of Jet 4.0...", it does not
mean "you already have Jet 4.0 installed." Rather, what it means is
"you have a setup package for Jet 4.0 on your product CD, so we don't
need to provide you with a download."
2) When it says "We recommend that you install the latest service pack
for Windows ???" it does not mean "you can install Jet 4.0 by
installing the latest service pack." Rather, what it means is "before
you install Jet 4.0, you should make sure your OS is current."
3) When it says "To install the latest Jet 4.0 service pack... 1.
Download the appropriate version of the Jet service pack", it does not
mean "download." Rather, it means "either download or obtain from your
product CD."
Could this interpretation be correct? If so, it means the Jet
components are not automatically installed with Windows, so I cannot
expect computers to have it when I distribute my application.
Furthermore, it means that people missing Jet, like my friend, cannot
simply download and install it; they must find it on their product CD.
Frankly, I'm more confused than ever. I'm going to post another
newsgroup message asking specifically how to interpret 239114.
-TC
Thanks. I've rephrased my question and posted it there:
http://groups.google.com/group/micro...aa86e80e76e342

-TC
Jun 27 '08 #5
Or just read one of the few previous discussions about this topic a quick
google will bring them forward
cause Bill told his opinion lots of times regarding this mather

see this recent one where Bill is also participating , although it is
about DAO
http://groups.google.nl/group/micros...500fad61eb452e

or more generic

http://groups.google.nl/groups/searc...et&qt_s=Zoeken
Access is still usable in VB.Net ( if you target 32 bit computers only )
however personally i would go for the SQL server anywhere product family ,,
unless it is your goal that users can bypass your app and query themselves
on the DB

Regards

Michel Posseth


"Cor Ligthert[MVP]" <no************@planet.nlschreef in bericht
news:59**********************************@microsof t.com...
TC,

If you want a complete answer then ask this in the newsgroup

microsoft.public.dotnet.framework.adonet

William Vaugh is probably the best one who can answer your questions in
dept while he is active in that newsgroup.

Cor

"TC" <go*********@yahoo.comschreef in bericht
news:f0**********************************@a32g2000 prf.googlegroups.com...
>On May 28, 6:54 am, "Armin Zingler" <az.nos...@freenet.dewrote:
>>"TC" <golemdan...@yahoo.comschrieb

I read the page you referenced. It seems to imply that all versions
of Windows since Windows 2000 include Jet. If so, then why would a
Windows computer ever lack the Jet drivers?

Yesterday, a friend asked me to debug a problem. He was receiving
the message "The 'Microsoft.Jet.OLEDB.4.0' provider is not
registered on the local machine". When I researched that error, most
of the search results explained the problem by noting that MDAC no
longer includes Jet. However, if I understand
http://support.microsoft.com/kb/239114correctly, that explanation
is bogus. My friend and others who receive that error are not
missing Jet because it was omitted from MDAC; they are missing Jet
because... why?

I'm afraid, I can't answer this. I don't know if it also applies to the
Jet OLEDB provider or only to the Jet core components (or whether both
are the same).

Armin

Armin,

I just re-read article 239114, and I have a theory:

1) When it says "you have a later version of Jet 4.0...", it does not
mean "you already have Jet 4.0 installed." Rather, what it means is
"you have a setup package for Jet 4.0 on your product CD, so we don't
need to provide you with a download."

2) When it says "We recommend that you install the latest service pack
for Windows ???" it does not mean "you can install Jet 4.0 by
installing the latest service pack." Rather, what it means is "before
you install Jet 4.0, you should make sure your OS is current."

3) When it says "To install the latest Jet 4.0 service pack... 1.
Download the appropriate version of the Jet service pack", it does not
mean "download." Rather, it means "either download or obtain from your
product CD."

Could this interpretation be correct? If so, it means the Jet
components are not automatically installed with Windows, so I cannot
expect computers to have it when I distribute my application.
Furthermore, it means that people missing Jet, like my friend, cannot
simply download and install it; they must find it on their product CD.

Frankly, I'm more confused than ever. I'm going to post another
newsgroup message asking specifically how to interpret 239114.
-TC

Jun 27 '08 #6

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...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.