TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
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 (29)
Prashanth Chindam (5)
John Godel (3)
Ashish Bhatnagar (2)
Sanjay David (2)
Sushila Patel (2)
Rahul Bansal (2)
C# Curator (2)
Sunny Sharma (1)
Sai Kumar Koona (1)
Rhishikesh Lathe (1)
Harminder Singh (1)
Sourabh Somani (1)
Staff Writer (1)
Nipun Tomar (1)
Bhuvanesh Mohankumar (1)
Safayat Zisan (1)
Carmelo La Monica (1)
Shivprasad (1)
Ashish Singhal (1)
S.R.Ramadurai, K.Sreenivasan (1)
Muralidharan Deenathayalan (1)
Shivani (1)
Ankur (1)
sushilsaini (1)
Rajesh N K (1)
Rick Malek (1)
Giuseppe Russo (1)
Ravi Shankar (1)
Srinivas Kandru (1)
Fedrik Alund (1)
Related resources for OleDB
No resource found
Creating & Retrieving records from M.S.Access-2007 using Oledb in C#.net
5/31/2024 10:05:52 AM.
Discover how to interact with Microsoft Access 2007 using C# and OleDb. Create and retrieve records seamlessly, employing ADO.NET for efficient database connectivity and manipulation within your C# ap
Creating & Retrieving Records from Ms-Access 03 using Oledb in C#
5/31/2024 10:04:05 AM.
Learn how to efficiently create and retrieve records from an MS Access 2003 database using OLEDB in C#. This guide covers setting up the OLEDB connection, executing SQL commands, and handling data ope
Inserting & Retrieving records from MS Excel 2003 using OLEDB
5/30/2024 12:11:07 PM.
Develop a C#.Net Windows app to manage records in MS Excel. Use OleDb Connection for data access. Features include insertion, searching, updating records. Utilize DataGridView, TextBoxes, and Buttons
Inserting & Retrieving records from M.S.Excel-2007 using oledb in C#.net
5/30/2024 12:10:29 PM.
This guide covers how to insert and retrieve records from Microsoft Excel 2007 using OLEDB in C#.NET. It explains setting up OLEDB connections, executing SQL commands for data manipulation, and handli
Inserting images into MS Access file using OLEDB
5/30/2024 12:09:34 PM.
Learn how to insert images into an MS Access database using OLEDB. This guide covers the steps to store images as OLE objects in Access tables, ensuring proper data integration. Understand the necessa
Working with OleDb Data Adapters
11/20/2023 2:55:24 PM.
This step by step article guides you to create your database applications using OleDb Data Adapters in VS.NET.
How To Convert Visual FoxPro DBF File To Excel In C#
11/20/2023 10:34:58 AM.
In this article you will learn how to convert Visual FoxPro DBF file to Excel in C#.
Solution For Parsing An Excel File In C# And The Cells Seem A To Get Cut Off At 255 Characters
9/20/2023 7:13:29 AM.
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.
Evolution Of Microsoft Data Access Technologies
8/8/2023 8:29:04 AM.
This article beams on how Microsoft data access technologies evolved over the period of time.
Read Excel File Using Microsoft Interop Library
7/6/2022 3:51:51 AM.
In this article, you will learn how to read excel file using microsoft interop library.
Insert Data Into Excel Using ASP.Net
4/15/2021 6:19:36 AM.
This article explains how to insert data into Excel using an OleDB Connection in an ASP.NET page.
Data Classes On ADO.NET
3/10/2021 4:06:21 PM.
In this article, you will learn about Data Classes on ADO.NET.
Role Of ADO.NET
3/8/2021 7:03:11 PM.
In this article, you will learn about role of ADO.NET.
Data Components In Visual Studio .NET - Part Four
11/26/2020 12:15:57 AM.
This article will help you in understanding Data Connections in Visual Studio .NET
Connection Object in ADO.NET
11/4/2020 9:34:40 AM.
In this article I will explain you about Connection Object in ADO.NET.
Read Microsoft Access Database In C# 6
11/4/2020 9:13:48 AM.
in this article we will see how to connect and read data from a Microsoft Access (.accdb) database using ADO.NET and C#.
DataAadapter Events in ADO.NET
11/2/2020 10:08:06 AM.
In this article I will explain working with DataAadapter Events in ADO.NET.
Writing ADO.NET Applications
11/2/2020 9:51:29 AM.
In this article I will explain you basic steps required to write an ADO.NET Application.
ADO.NET: What's changed in .NET Beta 2?
11/2/2020 9:11:16 AM.
ADO.NET API is one of the changed APIs. In this article, I've covered some of ADO.NET changes in Beta 2.
Paging in DataGrid
11/1/2020 11:00:43 PM.
This article demonstrates the paging in DataGrid in easy steps.
DataAdapter Example in ADO.NET
10/30/2020 2:34:30 AM.
In this article I will explain about DataAdapter Example in ADO.NET
ADO .NET Class Hierarchy
10/30/2020 2:27:31 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 Your First ADO.NET Web Application
10/30/2020 2:12:41 AM.
In this article I will explain Creating Your First ADO.NET Web Application.
View Relational Data in a DataGrid
10/30/2020 12:38:08 AM.
This article explains you how easy is reading a database and displaying in a grid using DataSet.
Write Relational Data to an XML File
10/29/2020 2:38:19 AM.
This article shows you how you can write data from a database to an XML file using DataSet.
Parameters in ADO.NET
10/29/2020 1:13:09 AM.
In this article I will explain about Parameters in ADO.NET.
Taking Command in ADO.NET
10/29/2020 12:41:12 AM.
In this article I will explain Taking Command in ADO.NET.
Connection strings for IBM DB2
10/29/2020 12:13:52 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 m
Using ADO.NET Data Providers
10/28/2020 7:01:43 AM.
In this article I will explain about using ADO.NET Data Providers.
CommandBuilder in C#
7/23/2019 8:51:31 PM.
Learn how to use ADO.NET CommandBuilder in C#.
Enter Null Values for DateTime Column of SQL Server
4/8/2019 4:39:46 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
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.
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.
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#.
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.
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.
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.).
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.
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 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.
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?
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.
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 Part3
10/13/2009 3:05:06 AM.
This article will help you in understanding Visual Data Components
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.
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.
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.
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 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
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#.
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.