![]() |
VOOZH | about |
dotnet add package System.Data.Odbc --version 10.0.9
NuGet\Install-Package System.Data.Odbc -Version 10.0.9
<PackageReference Include="System.Data.Odbc" Version="10.0.9" />
<PackageVersion Include="System.Data.Odbc" Version="10.0.9" />Directory.Packages.props
<PackageReference Include="System.Data.Odbc" />Project file
paket add System.Data.Odbc --version 10.0.9
#r "nuget: System.Data.Odbc, 10.0.9"
#:package System.Data.Odbc@10.0.9
#addin nuget:?package=System.Data.Odbc&version=10.0.9Install as a Cake Addin
#tool nuget:?package=System.Data.Odbc&version=10.0.9Install as a Cake Tool
This package implements a data provider for ODBC data sources.
Allows access to ODBC data sources.
This is a basic example of retrieving the results of a query using an OdbcDataReader. For examples of using an OdbcDataAdapter, and of updating an ODBC data source, please see the documentation.
using System.Data.Odbc;
string connectionString = ""; // Fill in
string queryString = "SELECT DISTINCT CustomerID FROM Orders";
using OdbcConnection connection = new OdbcConnection(connectionString);
using OdbcCommand command = new OdbcCommand(queryString, connection);
connection.Open();
using OdbcDataReader reader = command.ExecuteReader();
while (reader.Read())
{
Console.WriteLine("CustomerID={0}", reader[0]);
}
System.Data.OleDb is a similar package for accessing OLE DB data sources.
System.Data.Odbc 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.Odbc:
| 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. |
|
|
IKVM
Java SE 8 Virtual Machine for .NET |
|
|
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. |
|
|
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. |
|
|
OO.Data
Data Entity base types and declarations for EasyDataCore infrastructure |
Showing the top 20 popular GitHub repositories that depend on System.Data.Odbc:
| Repository | Stars |
|---|---|
|
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
|
|
|
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.
|
|
|
linq2db/linq2db
Linq to database provider.
|
|
|
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
|
|
|
nhibernate/nhibernate-core
NHibernate Object Relational Mapper
|
|
|
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
|
|
|
ikvmnet/ikvm
A Java Virtual Machine and Bytecode-to-IL Converter for .NET
|
|
|
shuxinqin/Chloe
A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C#
|
|
|
polterguy/magic
Fully Autonomous AI-based Software Development Assistant
|
|
|
dotnet/SqlClient
Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
|
|
|
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
|
|
|
majorsilence/Reporting
Majorsilence Reporting, .NET report designer, viewer, and pdf creation.
|
|
|
TortugaResearch/Tortuga.Chain
A fluent ORM for .NET
|
|
|
Apress/pro-c-sharp-10
Source Code for 'Pro C# 10 with .NET 6' by Andrew Troelsen and Phil Japikse
|
|
|
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
|
|
|
PeterWaher/IoTGateway
New project
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-preview.5.26302.115 | 869 | 6/9/2026 |
| 11.0.0-preview.4.26230.115 | 1,776 | 5/12/2026 |
| 11.0.0-preview.3.26207.106 | 2,531 | 4/14/2026 |
| 11.0.0-preview.2.26159.112 | 2,291 | 3/10/2026 |
| 11.0.0-preview.1.26104.118 | 6,797 | 2/10/2026 |
| 10.0.9 | 36,984 | 6/9/2026 |
| 10.0.8 | 147,906 | 5/12/2026 |
| 10.0.7 | 234,645 | 4/21/2026 |
| 10.0.6 | 83,178 | 4/14/2026 |
| 10.0.5 | 416,604 | 3/12/2026 |
| 10.0.4 | 34,977 | 3/10/2026 |
| 10.0.3 | 285,429 | 2/10/2026 |
| 10.0.2 | 404,506 | 1/13/2026 |
| 10.0.1 | 513,802 | 12/9/2025 |
| 9.0.17 | 6,326 | 6/9/2026 |
| 9.0.16 | 30,484 | 5/12/2026 |
| 9.0.15 | 52,949 | 4/14/2026 |
| 9.0.14 | 84,143 | 3/10/2026 |
| 9.0.13 | 55,600 | 2/10/2026 |
| 9.0.12 | 81,648 | 1/13/2026 |