OLEDB..
-
Hi all... -> i am using VS 2008 on vista 64 bit system.. -> i want to access MS Access 2007 database using oledb; but i am getting the following error... "Microsoft.ACE.OLEDB.12.0 Provider is not registered on the local machine." -> so how will i cope with this problem..?
J A Nasir K
-
Hi all... -> i am using VS 2008 on vista 64 bit system.. -> i want to access MS Access 2007 database using oledb; but i am getting the following error... "Microsoft.ACE.OLEDB.12.0 Provider is not registered on the local machine." -> so how will i cope with this problem..?
J A Nasir K
hi all... i got the solution for it... follow the following link... http://ybbest.wordpress.com/2009/07/22/the-microsoft-ace-oledb-12-0-provider-is-not-registered-on-the-local-machine/[^]
J A Nasir K
-
Hi all... -> i am using VS 2008 on vista 64 bit system.. -> i want to access MS Access 2007 database using oledb; but i am getting the following error... "Microsoft.ACE.OLEDB.12.0 Provider is not registered on the local machine." -> so how will i cope with this problem..?
J A Nasir K
I would think that your app is compiled as 64-bit. Since there are no 64-bit drivers for Access databases, you'll get this error. Force the target to x86 and you'll limit the code to 32-bit, thus using the 32-bit drivers for Access that are installed.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...