Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Sep 20, 2012 03:06 PM by Ramesh Chandra
Member
9 Points
26 Posts
Sep 20, 2012 03:01 PM|LINK
OleDbConnection con = new OleDbConnection("provider=microsoft.acc.oledb.12.0;datasource=D:\\aspnet\\Bank.accdb");
//this is the connection code i have written...
everthing is right..according my knowledge but why i am getting this problem i cannt understand...kindly plz help me
Star
8376 Points
1573 Posts
Sep 20, 2012 03:05 PM|LINK
This would be a good time to learn how to google the error message. Just paste that entire message in the search box and you will get a lot of hits like these:
http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/thread/f11b2df9-fd0a-4528-987f-f95dfdccee0a
http://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/1d5c04c7-157f-4955-a14b-41d912d50a64
12922 Points
2672 Posts
Sep 20, 2012 03:06 PM|LINK
downlaod and install driver from here http://www.microsoft.com/en-us/download/details.aspx?id=13255
eager minds
Member
9 Points
26 Posts
ado.net--microsoft aceess
Sep 20, 2012 03:01 PM|LINK
i have done a connection to a data base[microsoft access] but it shows error like this
(ie:the 'microsoft.acc.oledb.12.0' provider is not registered on the local machine. )
OleDbConnection con = new OleDbConnection("provider=microsoft.acc.oledb.12.0;datasource=D:\\aspnet\\Bank.accdb");
//this is the connection code i have written...
everthing is right..according my knowledge but why i am getting this problem i cannt understand...kindly plz help me
RichardY
Star
8376 Points
1573 Posts
Re: ado.net--microsoft aceess
Sep 20, 2012 03:05 PM|LINK
This would be a good time to learn how to google the error message. Just paste that entire message in the search box and you will get a lot of hits like these:
http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/thread/f11b2df9-fd0a-4528-987f-f95dfdccee0a
http://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/1d5c04c7-157f-4955-a14b-41d912d50a64
Ramesh Chand...
Star
12922 Points
2672 Posts
Re: ado.net--microsoft aceess
Sep 20, 2012 03:06 PM|LINK
downlaod and install driver from here
http://www.microsoft.com/en-us/download/details.aspx?id=13255