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...
Loading
Sam HobbsPosted Jun 22, 2011, 10:48 AM
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.
Resmy RaviPosted Jun 23, 2011, 5:43 AM
Suthish NairPosted Jun 22, 2011, 2:29 PM