COMMUNITY: How to properly ask a question on Forums
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About OleDB
OLEDB
is Object Linking and Embedding Database system and set of groups of APIs which are used to facilitate and abtract access to application data of different file formats including spreadsheets, structured query language based database management systems, indexed-sequential files and personal databases.
OLEDB
is based on the Component Object Model and is part of the Microsoft Data Access Components software package which is used to read and write data.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (31)
John Hudai Godel (7)
Prashanth Chindam (5)
Rahul Bansal (2)
Puran Mehra (2)
Sanjay David (2)
Sushila Patel (2)
Bhuvanesh Mohankumar (1)
Staff Writer (1)
Rhishikesh Lathe (1)
Safayat Zisan (1)
Carmelo La Monica (1)
Shivprasad (1)
Sourabh Somani (1)
Ashish Singhal (1)
Sunny Sharma (1)
S.R.Ramadurai, K.Sreenivasan (1)
Shivam Pandya (1)
Sai Kumar (1)
Muralidharan Deenathayalan (1)
Shivani (1)
Ankur (1)
Nipun Tomar (1)
sushilsaini (1)
Rajesh N K (1)
Prashant Tailor (1)
Rick Malek (1)
Giuseppe Russo (1)
Ravi Shankar (1)
Srinivas Kandru (1)
Fedrik Alund (1)
Related resources for OleDB
No resource found
Special Class Of C# Series - Part Two - OLE DB (Extended Properties)
12/14/2017 11:22:23 AM.
In this series of C# Special classes, we are going to see the special features available with the “OleDbConnection” class and its specialties.
Read Microsoft Access Database In C# 6
3/22/2016 11:59:21 PM.
in this article we will see how to connect and read data from a Microsoft Access (.accdb) database using ADO.NET and C#.
Evolution Of Microsoft Data Access Technologies
12/31/2015 5:46:42 AM.
This article beams on how Microsoft data access technologies evolved over the period of time.
GridView Customization in ASP.Net With OLEDB Database
8/9/2015 12:35:27 PM.
In this article you will learn about customizing a GridView in ASP.NET and image data processing from an OLEDB data provider.
C# Perform a Search in Excel
5/11/2015 4:40:07 AM.
In this article we will learn how to perform a search in Excel using C#.
Get Data From Multiple Sheets of Excel in ASP.Net Web Application
3/20/2015 3:30:52 PM.
This article explains how to get the data from the multiple Excel sheets into an ASP.Net Web Application.
Get Data From Single Sheet of Excel in ASP.Net Web Application
3/16/2015 3:32:19 PM.
This article explains how to get data from a single sheet of an Excel file.
ADO.NET FAQ's: Part I
9/15/2014 6:33:26 AM.
This is the Part I of ADO.NET. In this section we will touch base on one of important concepts in ADO.NET.
Insert Data Into Excel Using ASP.Net
2/25/2014 4:32:22 PM.
This article explains how to insert data into Excel using an OleDB Connection in an ASP.NET page.
How to Insert a Date Into DateTime Column Using ADO.NET & C#
1/16/2014 12:39:24 PM.
In this article, we will show how to insert a date into a date column using ADO.NET and C#.
How to Convert Visual FoxPro DBF File to Excel in C#
1/13/2014 3:25:08 AM.
In this article you will learn how to convert Visual FoxPro DBF file to Excel in C#.
View Relational Data in a DataGrid
10/20/2012 4:16:23 AM.
This article explains you how easy is reading a database and displaying in a grid using DataSet.
Web Services: Basics and Beyond Part 3
10/13/2012 5:39:18 AM.
This article series shall attempt an explanation that will go beyond the basics of web services.
Inserting & Retrieving records from M.S.Excel-2007 using oledb in C#.net
10/13/2012 2:25:30 AM.
In this article you will learn how to Insert & Retrieve records from M.S.Excel-2007 using oledb in C#.net
Easily Connect to a Database In C#
10/12/2012 4:07:12 AM.
Here is my tutorial on how to connect to a database in C# in just a few easy steps.
ADO.NET Application using MS Access 2007 database
9/29/2012 7:49:29 AM.
In this article I will explain you how to use ADO.NET technology to connect .NET console application and MS Access 2007 database.
Solution For Parsing an Excel File in C# and the Cells Seem to Get Cut Off at 255 Characters
9/13/2012 6:27:54 PM.
In this article you will learn the solution for, when parsing an Excel file in C#, the cells seem to be truncated at 255 characters.
How to Use the Union All component
5/19/2012 6:49:48 AM.
The Union All component is used to combine more than one inputs to a single output.
Mobile with Access Database
5/19/2012 6:35:37 AM.
Till now we had done the Programming using SQL Server and XML as Database.
Abstract Factory Pattern
5/15/2012 2:27:20 PM.
In this walkthrough I'll try to explain GOF (Gang of Four) Abstract Design pattern. This article is about managing multiple connection strings of different data providers (SQL, Oracle, OleDB etc.).
Connection strings for IBM DB2
12/21/2010 1:21:10 AM.
IBM DB2 primarily runs on Unix, Linux IBM I, z/OS, and windows server. It is a relational database management system that comes in a variety of versions, running on devices ranging from handhelds to mainframes.
Inserting images into MS Access file using OLEDB
11/2/2010 1:40:14 AM.
In this article I show to insert images into MS Access file and also to perform search, update and delete operations.
Inserting & Retrieving records from MS Excel 2003 using OLEDB
10/29/2010 3:48:37 AM.
In this article we will see how to develop a windows application using C#.Net to insert, search and update records from M.S.Excel-2003 file using OleDb Connection.
Creating & Retrieving records from M.S.Access-2007 using Oledb in C#.net
10/19/2010 1:31:11 PM.
In this article you will learn how to create & retrieve records from M.S.Access-2007 using Oledb in C#.net.
Creating & Retrieving Records from Ms-Access 03 using Oledb in C#
9/27/2010 12:25:26 AM.
In this article we will learn how to Create & Retrieve Records from Ms-Access 03 using Oledb in C#
DataAdapter in C#
8/3/2010 1:48:19 AM.
The ADO.NET DataSet is a data construct that can contain several relational rowsets, the relations that link those rowsets, and the metadata for each rowset. The DataSet also tracks which fields have changed, their new values and their original values, and can store custom information in its Extended Properties collection. The DataSet can be exported to XML or created from an XML document, thus enabling increased interoperability between applications.
DataAadapter Events in ADO.NET
2/18/2010 11:20:38 PM.
In this article I will explain working with DataAadapter Events in ADO.NET.
Adding Editor, and Deleting data in Web Forms using ADO.NET
2/11/2010 12:35:31 AM.
In this article I will explain Adding Editor, and Deleting data in Web Forms using ADO.NET.
Create a Data Adapter in ADO.NET
1/28/2010 12:39:21 AM.
In this article I will explain how to Create a Data Adapter in ADO.NET.
Viewing Data in a DataGrid Control in ADO.NET
1/25/2010 1:03:40 AM.
In this article I will explain Viewing Data in a DataGrid Control in ADO.NET.
Rollback, Commit, and Savepoints in ADO.NET
1/22/2010 8:12:57 AM.
In this article I will explain about Rollback, Commit, and Savepoints in ADO.NET.
Creating Your First ADO.NET Web Application
1/21/2010 10:52:23 PM.
In this article I will explain Creating Your First ADO.NET Web Application.
Parameters in ADO.NET
1/17/2010 11:48:54 PM.
In this article I will explain about Parameters in ADO.NET.
CommandBuilder in ADO.NET
1/14/2010 10:34:24 PM.
In this article I will explain about CommandBuilder in ADO.NET.
Updating the Database Using the Update Method in ADO.NET
1/11/2010 10:43:51 PM.
In this article I will explain about Updating the Database Using the Update Method in ADO.NET.
DataAdapter Example in ADO.NET
1/7/2010 11:29:55 PM.
In this article I will explain about DataAdapter Example in ADO.NET
Taking Command in ADO.NET
1/7/2010 8:27:57 AM.
In this article I will explain Taking Command in ADO.NET.
DataAdapter Properties and Methods in ADO.NET
1/6/2010 11:14:49 PM.
In this article I will explain about DataAdapter Properties and Methods in ADO.NET.
DataReader in ADO.NET
1/6/2010 12:09:22 AM.
In this article I will explain DataReader in ADO.NET.
Creating an OleDb Command Object in ADO.NET
1/4/2010 12:34:17 AM.
In this article I will explain Creating an OleDb Command Object in ADO.NET.
Understanding Connection Pooling in ADO .NET
1/1/2010 8:36:33 AM.
In this article I will explain Understanding Connection Pooling in ADO .NET
Connecting to the Database in ADO.NET
12/23/2009 9:16:42 PM.
In this article I will explain about Connecting to the Database in ADO.NET
How Do I Choose a Data Provider?
12/21/2009 7:15:27 AM.
In this article I will explain about How Do I Choose a Data Provider?
Using ADO.NET Data Providers
12/18/2009 4:57:41 AM.
In this article I will explain about using ADO.NET Data Providers.
OleDb Data Adapters in ADO .NET
12/10/2009 10:58:52 PM.
In this article I will explaing about working OleDb Data Adapters in ADO .NET.
ADO .NET Class Hierarchy
10/28/2009 12:04:12 AM.
In this article I will explain about the ADO.NET class hierarchy provided by the .NET Runtime class library. These classes represent ADO.NET components.
Creating Data Adapters with the Data Adapter Configuration Wizard
10/14/2009 1:22:02 AM.
This article will help you in understanding Creating Data Adapters with the Data Adapter Configuration Wizard.
Data Components in Visual Studio .NET Part4
10/13/2009 7:17:22 AM.
This article will help you in understanding Data Connections in Visual Studio .NET
Data Components in Visual Studio .NET Part3
10/13/2009 3:05:06 AM.
This article will help you in understanding Visual Data Components
Writing ADO.NET Applications
10/7/2009 7:28:45 AM.
In this article I will explain you basic steps required to write an ADO.NET Application.
Connection Object in ADO.NET
10/7/2009 1:11:45 AM.
In this article I will explain you about Connection Object in ADO.NET.
Overview of ADO.NET Namespaces and Classes
10/6/2009 1:07:49 AM.
In this article I will explain about ADO.NET namespaces and classes.
Using Index Server for ASP.NET Site Search
7/7/2009 2:20:28 AM.
This projects highlights how to add search facility to your ASP.NET page using ADO.NET to browse index server search catalogs.
Create transaction using the DataAccess objects in ASP.NET
2/27/2007 12:32:44 AM.
This article demonstrates the transaction using the DataAccess objects.
Paging in DataGrid
1/14/2007 7:35:50 PM.
This article demonstrates the paging in DataGrid in easy steps.
Real Life SQL and .NET :Using SQL with C#: Part VIII
10/27/2006 1:15:53 AM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
Real Life SQL and .NET :Using SQL with C#: Part VIII
10/27/2006 1:15:53 AM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
Enter Null Values for DateTime Column of SQL Server
8/31/2006 9:40:32 AM.
Inserting a null value to the DateTime Field in SQL Server is one of the most common issues giving various errors. Even if one enters null values the value in the database is some default value as 1/1/1900 12:00:00 AM.
Oracle Connectivity in .NET
8/31/2006 6:16:06 AM.
This whitepaper takes you through different ways of database connectivity to Oracle database from .NET. This also talks about the advantages and disadvantages of all of these technologies.
ADODB Services in .NET Applications Using C#
8/31/2006 6:11:24 AM.
With the advent of ADO.NET, the .NET Framework lets you work with your data in a paradigm shift.
ADO.NET: What's changed in .NET Beta 2?
8/31/2006 5:47:22 AM.
ADO.NET API is one of the changed APIs. In this article, I've covered some of ADO.NET changes in Beta 2.
Working With OleDb Data Adapters
8/29/2006 8:36:59 AM.
This step by step tutorial guides you to create your database applications using OleDb Data Adapters in VS.NET.
Working With OleDb Data Adapters
8/29/2006 8:36:59 AM.
This step by step tutorial guides you to create your database applications using OleDb Data Adapters in VS.NET.
Real Life SQL and .NET : using SQL with C#: Part X
2/6/2006 1:15:23 AM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
Real Life SQL and .NET : using SQL with C#: Part X
2/6/2006 1:15:23 AM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
Real Life SQL and .NET : Using SQL with C#: Part IX
2/5/2006 11:08:35 PM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
Real Life SQL and .NET : Using SQL with C#: Part IX
2/5/2006 11:08:35 PM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
Using OLEDB in ADO.NET with COBOL
1/30/2006 12:10:49 AM.
The SqlClient class was created by Microsoft and is used primarily to access a SQL Server database.
Communication Between Two Forms: Part-II
1/13/2006 5:53:53 AM.
Last time I wrote about the possibility of sending a string from a textbox in one form to another.
Edit/Update a Chosen Database Record
1/3/2006 1:08:02 AM.
This article and available source code shows how to edit and update a database record through a DataGrid control
Write Relational Data to an XML File
12/19/2005 12:42:30 AM.
This article shows you how you can write data from a database to an XML file using DataSet.
Connect to an Oracle Database
12/17/2005 7:55:35 AM.
This sample code shows you how to connect to an Oracle database using C#.
Working with OleDb Data Adapters
12/17/2005 7:41:23 AM.
This step by step article guides you to create your database applications using OleDb Data Adapters in VS.NET.
Accessing Oracle Database
12/17/2005 4:54:56 AM.
This source code shows you how to connect to an oracle database and do operations such as select, insert, update and delete.
Generic database access with Mimer Provider Manager
12/14/2005 12:33:08 AM.
The Mimer Provider Manager uses different plugins to access different underlying ADO.NET providers. Plugins are developed for Oracle, SQL Server, ODBC, and OLE DB.