Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

Showing posts with label Access Database. Show all posts
Showing posts with label Access Database. Show all posts

C# - The 'Microsoft.ACE.OLEDB.12' provider is not registered on the local machine.

Mar 10, 2015 0 comments
Introduction:

Here I will explain how to solve the problem of “The 'Microsoft.ACE.OLEDB.12' provider is not registered on the local machine” in asp.net using c#.net, vb.net. Actually this problem occurred while accessing MS Access database 2007 or 2010 or higher version of access database in asp.net using c#.net, vb.net. 

Description:

In previous posts I explained insert & fetch data from access database in asp.net, create contactus form in asp.net, read connection string from web.config file in asp.net, use multiple web.config files in asp.net with example, encrypt and decrypt connection string in asp.net and many articles relating to solve errors in asp.net using c#.net, vb.net and SQL Server, IIS, etc. Now I will explain how to solve the problem of “The 'Microsoft.ACE.OLEDB.12' provider is not registered on the local machine” in asp.net using c#.net, vb.net.

Insert & Fetch Data from Access Database in Asp.net using C#, VB.NET

Mar 9, 2015 1 comments
Introduction:

Here I will explain how to insert data into ms access database in
asp.net using c#, vb.net or get or fetch or retrieve data from ms access database in asp.net using c#, vb.net.


To use ms access database in asp.net first we need to create database in ms access for that follow below steps.

How to Connect MS Access Database in Asp.net using C#, VB.NET

8 comments
Introduction:

Here I will explain how to connect ms access database in
asp.net using c#, vb.net. To use Microsoft (MS) access database to insert, update, delete data in asp.net we need to use System.Data.OleDb namespace reference in c#, vb.net.


To use ms access database in asp.net first we need to create database in ms access for that follow below steps.
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.