System.Data.OleDb 9.0.5

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package System.Data.OleDb --version 9.0.5
                    
NuGet\Install-Package System.Data.OleDb -Version 9.0.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Data.OleDb" Version="9.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Data.OleDb" Version="9.0.5" />
                    
Directory.Packages.props
<PackageReference Include="System.Data.OleDb" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.Data.OleDb --version 9.0.5
                    
#r "nuget: System.Data.OleDb, 9.0.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=System.Data.OleDb&version=9.0.5
                    
Install System.Data.OleDb as a Cake Addin
#tool nuget:?package=System.Data.OleDb&version=9.0.5
                    
Install System.Data.OleDb as a Cake Tool

About

This package implements a data provider for OLE DB data sources.

Key Features

Allows access to legacy OLE DB data sources.

How to Use

This is a basic example of retrieving the results of a query using an OleDbDataReader. For examples of using an OleDbDataAdapter, and of updating an OLE DB data source, please see the documentation.

using System.Data.OleDb;

string connectionString = ""; // Fill in
string queryString = "SELECT OrderID, CustomerID FROM Orders";

using OleDbConnection connection = new OleDbConnection(connectionString);
using OleDbCommand command = new OleDbCommand(queryString, connection);

connection.Open();
using OleDbDataReader reader = command.ExecuteReader();

while (reader.Read())
{
    Console.WriteLine(reader.GetInt32(0) + ", " + reader.GetString(1));
}

Main Types

  • OleDbConnection represents an open connection to an OLE DB data source.
  • OleDbCommand represents an SQL statement or stored procedure to execute against an OLE DB data source.
  • OleDbDataReader provides a way of reading a forward-only stream of data rows from an OLE DB data source.
  • OleDbDataAdapter represents a set of data commands and a database connection that are used to fill a DataSet and update the OLE DB data source.

Additional Documentation

System.Data.Odbc is a similar package for accessing ODBC data sources.

Feedback & Contributing

System.Data.OleDb is released as open source under the MIT license. Bug reports are welcome at the GitHub repository. This package is considered complete and we only consider low-risk, high-impact fixes that are necessary to maintain or improve quality.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (300)

Showing the top 5 NuGet packages that depend on System.Data.OleDb:

Package Downloads
Microsoft.Windows.Compatibility

This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.

Microsoft.SqlServer.SqlManagementObjects

The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database.

Stimulsoft.Reports.Engine.NetCore

The native .NET Core cross platform report engine is a part of the reporting tool for .NET Core and .NET frameworks, that renders reports from getting data from the source, building bands, calculating aggregate functions, charting, applying styles, conditions, filtering, sorting, and more. Also, the report engine has algorithms for exporting reports to various formats such as PDF, Rich Text, Excel, and others.

EnterpriseLibrary.Data.NetCore

The Data Access Application Block simplifies the development of tasks that implement common data access functionality. Applications can use this application block in a variety of situations, such as reading data for display, passing data through application layers, and submitting changed data back to the database system.

Stimulsoft.Reports.Engine

The engine is a part of the reporting tool that renders reports from getting data from the source, building bands, calculating aggregate functions, charting, applying styles, conditions, filtering, sorting, and more. Also, the report engine has algorithms for exporting reports to various formats such as PDF, Rich Text, Excel, and others. The engine supports .NET and .NET Core frameworks.

GitHub repositories (32)

Showing the top 20 popular GitHub repositories that depend on System.Data.OleDb:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
DotNetNext/SqlSugar
.Net aot ORM Fastest ORM DB2 Hana Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
dotnetcore/FreeSql
.NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm.
linq2db/linq2db
Linq to database provider.
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
TabularEditor/TabularEditor
This is the code repository and issue tracker for Tabular Editor 2.X (free, open-source version). This repository is being maintained by Daniel Otykier.
DotSpatial/DotSpatial
Geographic information system library written for .NET
dotnet/dotnet-api-docs
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
paillave/Etl.Net
Mass processing data with a complete ETL for .net developers
aelassas/wexflow
Workflow Engine and Automation Platform
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
aspose-words/Aspose.Words-for-.NET
Aspose.Words for .NET examples, plugins and showcases
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
majorsilence/My-FyiReporting
Majorsilence Reporting, .NET report designer, viewer, and pdf creation. Fork of fyireporting,
BruTile/BruTile
BruTile is a .NET library to access tile services like those of OpenStreetMap, MapBox or GeodanMaps.
cairoshell/ManagedShell
A library for creating Windows shell replacements using .NET.
ixre/cms
DDD 开源.NET CMS、跨平台, 兼容.NET Core和ASP.NET,支持Docker容器
TortugaResearch/Tortuga.Chain
A fluent ORM for .NET
Version Downloads Last updated
10.0.0-preview.4.25258.110 232 5/12/2025
10.0.0-preview.3.25171.5 3,834 4/10/2025
10.0.0-preview.2.25163.2 3,853 3/18/2025
10.0.0-preview.1.25080.5 1,765 2/25/2025
9.0.5 6,942 5/13/2025
9.0.4 119,319 4/8/2025
9.0.3 85,871 3/11/2025
9.0.2 129,552 2/11/2025
9.0.1 314,863 1/14/2025
9.0.0 447,058 11/12/2024
9.0.0-rc.2.24473.5 26,478 10/8/2024
9.0.0-rc.1.24431.7 10,123 9/10/2024
9.0.0-preview.7.24405.7 9,002 8/13/2024
9.0.0-preview.6.24327.7 13,557 7/9/2024
9.0.0-preview.5.24306.7 7,147 6/11/2024
9.0.0-preview.4.24266.19 4,031 5/21/2024
9.0.0-preview.3.24172.9 9,989 4/11/2024
9.0.0-preview.2.24128.5 1,810 3/12/2024
9.0.0-preview.1.24080.9 23,664 2/13/2024
8.0.1 2,197,526 10/8/2024
8.0.0 7,033,192 11/14/2023
8.0.0-rc.2.23479.6 19,439 10/10/2023
8.0.0-rc.1.23419.4 11,140 9/12/2023
8.0.0-preview.7.23375.6 10,413 8/8/2023
8.0.0-preview.6.23329.7 15,309 7/11/2023
8.0.0-preview.5.23280.8 3,847 6/13/2023
8.0.0-preview.4.23259.5 9,936 5/16/2023
8.0.0-preview.3.23174.8 21,469 4/11/2023
8.0.0-preview.2.23128.3 6,274 3/14/2023
8.0.0-preview.1.23110.8 40,555 2/21/2023
7.0.0 6,147,903 11/7/2022
7.0.0-rc.2.22472.3 12,115 10/11/2022
7.0.0-rc.1.22426.10 64,649 9/14/2022
7.0.0-preview.7.22375.6 13,939 8/9/2022
7.0.0-preview.6.22324.4 1,821 7/12/2022
7.0.0-preview.5.22301.12 2,367 6/14/2022
7.0.0-preview.4.22229.4 11,980 5/10/2022
7.0.0-preview.3.22175.4 2,921 4/13/2022
7.0.0-preview.2.22152.2 12,463 3/14/2022
7.0.0-preview.1.22076.8 3,153 2/17/2022
6.0.1 31,658 11/12/2024
6.0.0 21,973,664 11/8/2021
6.0.0-rc.2.21480.5 4,904 10/12/2021
6.0.0-rc.1.21451.13 9,360 9/14/2021
6.0.0-preview.7.21377.19 3,722 8/10/2021
6.0.0-preview.6.21352.12 2,486 7/14/2021
6.0.0-preview.5.21301.5 6,545 6/15/2021
6.0.0-preview.4.21253.7 27,154 5/24/2021
6.0.0-preview.3.21201.4 12,723 4/8/2021
6.0.0-preview.2.21154.6 17,857 3/11/2021
6.0.0-preview.1.21102.12 6,075 2/12/2021
5.0.0 28,032,489 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 11,234 10/13/2020
5.0.0-rc.1.20451.14 5,312 9/14/2020
5.0.0-preview.8.20407.11 8,849 8/25/2020
5.0.0-preview.7.20364.11 42,493 7/21/2020
5.0.0-preview.6.20305.6 5,583 6/25/2020
5.0.0-preview.5.20278.1 4,451 6/10/2020
5.0.0-preview.4.20251.6 10,491 5/18/2020
5.0.0-preview.3.20214.6 35,609 4/23/2020
5.0.0-preview.2.20160.6 1,528 4/2/2020
5.0.0-preview.1.20120.5 8,797 3/16/2020
4.7.1 4,618,388 5/12/2020
4.7.0 13,911,853 12/3/2019
4.7.0-preview3.19551.4 2,202 11/13/2019
4.7.0-preview2.19523.17 14,608 11/1/2019
4.7.0-preview1.19504.10 10,042 10/15/2019
4.6.0 3,829,314 9/23/2019
4.6.0-rc1.19456.4 8,253 9/16/2019
4.6.0-preview9.19421.4 3,663 9/4/2019
4.6.0-preview9.19416.11 541 9/4/2019
4.6.0-preview8.19405.3 26,543 8/13/2019
4.6.0-preview7.19362.9 11,544 7/23/2019
4.6.0-preview6.19303.8 1,487,134 6/12/2019
4.6.0-preview6.19264.9 741 9/4/2019