3
Answers

Microsoft oledb jet 4.0 is not installed on local machine

Resmy Ravi

Resmy Ravi

13y
4.1k
1

hi experts..

I have developed a windows application on a 32 bit mechine.I installed it in a 64 bit mechine(os windows 7).When running the sw it is getting an error reporting "microsoft oledb jet 4,0 is not installed on your local mechine".how to solve this problem?

Plz help me..it is very urgent..

Thanks in advance...
Answers (3)
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 13y
Go to the project's properties and change the platform target to x86.

Microsoft wants to eliminate support of some (not all) databases so they announced they will not be supported by 64-bit Windows. Customers haved complained so much that they are now providing support. You can find the interfaces and use them but they do not come with 64-bit Windows. The alternative is to just make your program 32-bit and that is done by making the platform target x86.
Accepted
0
Resmy Ravi

Resmy Ravi

NA 178 0 13y
Thanks a Lot.....
0
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 13y
Sam is right. Still have a problem download 64-bit version of drivers and install it on server. http://www.microsoft.com/download/en/details.aspx?id=13255