![]() |
VOOZH | about |
dotnet add package System.Data.OleDb --version 10.0.9
NuGet\Install-Package System.Data.OleDb -Version 10.0.9
<PackageReference Include="System.Data.OleDb" Version="10.0.9" />
<PackageVersion Include="System.Data.OleDb" Version="10.0.9" />Directory.Packages.props
<PackageReference Include="System.Data.OleDb" />Project file
paket add System.Data.OleDb --version 10.0.9
#r "nuget: System.Data.OleDb, 10.0.9"
#:package System.Data.OleDb@10.0.9
#addin nuget:?package=System.Data.OleDb&version=10.0.9Install as a Cake Addin
#tool nuget:?package=System.Data.OleDb&version=10.0.9Install as a Cake Tool
This package implements a data provider for OLE DB data sources.
Allows access to legacy OLE DB data sources.
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));
}
DataSet and update the OLE DB data source.System.Data.Odbc is a similar package for accessing ODBC data sources.
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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
DEPRECATED: This package will be discontinued in future versions. Please switch to the https://www.nuget.org/packages/Stimulsoft.Reports.Engine package, which includes the full functionality of this package along with additional features, libraries, and framework support. 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. |
|
|
Stimulsoft.Reports.Engine
The report engine is a part of the reporting tool for the .NET Framework and .NET platforms that renders reports, processes data, calculates aggregate functions, generates charts, applies styles and conditions, and supports filtering, sorting, and exporting. The report engine also includes algorithms for exporting reports to various formats such as PDF, RTF, Word, Excel, and others. |
|
|
Dynamicweb.Data
Data access API |
Showing the top 20 popular GitHub repositories that depend on System.Data.OleDb:
| Repository | Stars |
|---|---|
|
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
|
|
|
DotNetNext/SqlSugar
.Net aot ORM SqlServer ORM Mongodb ORM MySql 瀚高 Postgresql ORM DB2 Hana 高斯 Duckdb C# VB.NET Sqlite ORM Oracle ORM Mysql Orm 虚谷数据库 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET9 ORM .NET8 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.
|
|
|
fluentmigrator/fluentmigrator
Fluent migrations framework for .NET
|
|
|
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)
|
|
|
aelassas/wexflow
Workflow Automation Engine
|
|
|
paillave/Etl.Net
Mass processing data with a complete ETL for .net developers
|
|
|
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
|
|
|
cairoshell/ManagedShell
A library for creating Windows shell replacements using .NET.
|
|
|
BruTile/BruTile
BruTile is a .NET library to access tile services like those of OpenStreetMap, MapBox or GeodanMaps.
|
|
|
majorsilence/Reporting
Majorsilence Reporting, .NET report designer, viewer, and pdf creation.
|
|
|
ixre/cms
DDD 开源.NET CMS、跨平台, 兼容.NET Core和ASP.NET,支持Docker容器
|
|
|
TortugaResearch/Tortuga.Chain
A fluent ORM for .NET
|
|
|
nHapiNET/nHapi
nHapi is the .Net port of the original Java project HAPI.
|
|
|
Apress/pro-c-sharp-10
Source Code for 'Pro C# 10 with .NET 6' by Andrew Troelsen and Phil Japikse
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-preview.5.26302.115 | 1,006 | 6/9/2026 |
| 11.0.0-preview.4.26230.115 | 2,452 | 5/12/2026 |
| 11.0.0-preview.3.26207.106 | 3,450 | 4/14/2026 |
| 11.0.0-preview.2.26159.112 | 3,924 | 3/10/2026 |
| 11.0.0-preview.1.26104.118 | 4,258 | 2/10/2026 |
| 10.0.9 | 37,180 | 6/9/2026 |
| 10.0.8 | 142,736 | 5/12/2026 |
| 10.0.7 | 219,945 | 4/21/2026 |
| 10.0.6 | 82,194 | 4/14/2026 |
| 10.0.5 | 348,975 | 3/12/2026 |
| 10.0.4 | 37,718 | 3/10/2026 |
| 10.0.3 | 253,472 | 2/10/2026 |
| 10.0.2 | 680,058 | 1/13/2026 |
| 10.0.1 | 461,554 | 12/9/2025 |
| 9.0.17 | 3,210 | 6/9/2026 |
| 9.0.16 | 20,094 | 5/12/2026 |
| 9.0.15 | 48,380 | 4/14/2026 |
| 9.0.14 | 77,644 | 3/10/2026 |
| 9.0.13 | 50,853 | 2/10/2026 |
| 9.0.12 | 79,936 | 1/13/2026 |