473,387 Members | 1,512 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.

Jet 4.0 Driver

Hi all:

I am writing a little demo that imports data from Excel into CRM and am
trying to use the Microsoft.Jet.OLE DB4.0 provider, but I am getting an
error message:

Error: System.InvalidOperationException: The 'Microsoft.Jet.OLE DB.4.0'
provider is not registered on the local machine.

I got this error on both a Vista machine and a WS 2003 SP 2 x64 machine.

I have searched all over the Microsoft web site but have been unable to find
a download for this driver. I have found sites that have service packs for
Jet, but do I not first have to install the original driver itself before
trying to apply a service pack?

Does anyone know where I can find the driver?

Thanks.

--
John.

http://mscrmguy.blogspot.com/

Jun 25 '07 #1
6 2316
"Johnny" <js********@hotmial.comwrote in message
news:9F**********************************@microsof t.com...
Error: System.InvalidOperationException: The 'Microsoft.Jet.OLE DB.4.0'
provider is not registered on the local machine.

I got this error on both a Vista machine and a WS 2003 SP 2 x64 machine.
Presumably the Vista machine is also 64-bit Vista...?
Does anyone know where I can find the driver?
There aren't any 64-bit OleDb drivers for anything other than SQL Server.

You will need to force your app to compile to 32-bit (x86) code -
thereafter, everything should work as you expect...

Also, be aware that Jet has been deprecated for quite a while - there are no
plans to port it to 64-bit:
http://forums.microsoft.com/MSDN/Sho...64293&SiteID=1
--
http://www.markrae.net

Jun 25 '07 #2
On Mon, 25 Jun 2007 21:06:51 +0100, "Mark Rae"
<ma**@markNOSPAMrae.netwrote:
>Also, be aware that Jet has been deprecated for quite a while - there are no
plans to port it to 64-bit:
http://forums.microsoft.com/MSDN/Sho...64293&SiteID=1
That's Microsoft doublespeak for "we can't figure out how to
coordinate our teams". The supposedly "deprecated" Jet engine is
still the default database engine for Access 2007! If they want
people to migrate to SQL someone should tell the Office team...
--
http://www.kynosarges.de
Jun 26 '07 #3
"Chris Nahr" <di******@kynosarges.dewrote in message
news:jb********************************@4ax.com...
The supposedly "deprecated" Jet engine
There's nothing supposed about it:
http://msdn2.microsoft.com/en-us/library/ms810810.aspx

Specifically: "Jet: Starting with version 2.6, MDAC no longer contains Jet
components. In other words, MDAC 2.6, 2.7, 2.8, and all future MDAC releases
do not contain Microsoft Jet, Microsoft Jet OLE DB Provider, or the ODBC
Desktop Database Drivers."
is still the default database engine for Access 2007!
No it isn't. Open up Access 2007 and create a new database - by default it
will be in the new (*.accdb) format.

http://office.microsoft.com/en-us/ac...678311033.aspx
--
http://www.markrae.net

Jun 26 '07 #4
On Tue, 26 Jun 2007 12:20:14 +0100, "Mark Rae"
<ma**@markNOSPAMrae.netwrote:
>No it isn't. Open up Access 2007 and create a new database - by default it
will be in the new (*.accdb) format.

http://office.microsoft.com/en-us/ac...678311033.aspx
Which is still based on Jet, and likewise unavailable to 64-bit
applications. From the same page:

"In Office Access 2007, the Microsoft Jet database engine has been
customized for 2007 Microsoft Office system programs. This
Office-specific version of Jet, called the Access Database Engine,
enables integration with Microsoft Windows SharePoint Services 3.0 and
Microsoft Office Outlook 2007 and creation of multivalued lookup
fields and makes other improvements."

The new database engine for developers is supposed to be SQL Server
which _is_ available in 64-bit versions. Why doesn't the Office team
migrate to this format?
--
http://www.kynosarges.de
Jun 26 '07 #5
"Chris Nahr" <di******@kynosarges.dewrote in message
news:cu********************************@4ax.com...
>>No it isn't. Open up Access 2007 and create a new database - by default it
will be in the new (*.accdb) format.

http://office.microsoft.com/en-us/ac...678311033.aspx

Which is still based on Jet
It may be *based* on Jet, but it *isn't* Jet - Jet's gone...
--
http://www.markrae.net

Jun 26 '07 #6
Mark Rae wrote:
"Chris Nahr" <di******@kynosarges.dewrote in message
news:cu********************************@4ax.com...
>>No it isn't. Open up Access 2007 and create a new database - by
default it
will be in the new (*.accdb) format.

http://office.microsoft.com/en-us/ac...678311033.aspx

Which is still based on Jet

It may be *based* on Jet, but it *isn't* Jet - Jet's gone...

For those interested,
http://blogs.msdn.com/access/archive...13/480870.aspx

--
Joel Lucsy
"The dinosaurs became extinct because they didn't have a space program."
-- Larry Niven
Jun 26 '07 #7

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

Similar topics

6
by: Philip | last post by:
Hi, i'am looking for a db2 driver for windows the DB2 servers runs on as400 if that makes any difference. Thanks, Philip
3
by: Jim Hubbard | last post by:
My own searches have proven to be of little help in understanding the implementation of this technology (available since Win98). Any information that you could share on Display Driver Management...
0
by: CS Loh | last post by:
Hi, I install a filter driver through INF file to a 3rd party audio device (with driver). The filter driver works well on the 3rd party driver. However upon uninstallation of the filter driver,...
0
by: Bing | last post by:
Hi, I am configuring the same DB2 v8.1 JDBC universal driver (db2jcc.jar and db2jcc_license_cisuz.jar) from DB2 SP5 fix pack under WSAD 5.1.x environment and WebSphere application Server 5.0.2...
2
by: Raquel | last post by:
Read this about the Universal JDBC Driver.... "In a Type 2 mode, the Universal JDBC driver provides local application performance gains (because it avoids using TCP/IP protocol to communicate to...
3
by: Andrew Johnson | last post by:
Hi, I am trying to make a UBD DB2 7.2 connection using the Java COM.ibm.db2.jdbc.app.DB2Driver via Tomcat 3.2.1 on Solaris (and also on an AIX system with 3.3.1). I am attempting this either...
3
by: Rakesh | last post by:
Hi, I want to get connection to a DB2 database using the driver COM.ibm.db2.jdbc.DB2XADataSource. I have also included 'db2java.zip' in the classpath. However I am getting the exception ...
12
by: Steve | last post by:
I wrote a simple virtual device driver int15.sys, Is C# support load the device driver from AP?
3
by: bb | last post by:
I have a windows network device driver written in c++ and a user interface im porting to c#, my problem is i dont seem to be getting notified of the event calls from the driver to the c# app im...
0
by: bazzer | last post by:
hey, im trying to access a microsoft access database from an ASP.NET web application in visual basic 2003.NET. i get the following error when i try running it: Server Error in...
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: 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: 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
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
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.