System.Data.Odbc 9.0.0-preview.3.24172.9

About

This package implements a data provider for ODBC data sources.

Key Features

Allows access to ODBC data sources.

How to Use

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]);
}

Main Types

  • OdbcConnection represents a connection to an ODBC data source.
  • OdbcCommand represents an SQL statement or stored procedure to execute against an ODBC data source..
  • OdbcDataReader provides a way of reading a forward-only stream of data rows from an ODBC data source.
  • OdbcDataAdapter represents a set of data commands and a database connection that are used to fill a DataSet and update the ODBC data source.

Additional Documentation

System.Data.OleDb is a similar package for accessing OLE DB data sources.

Feedback & Contributing

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.

Showing the top 20 packages that depend on System.Data.Odbc.

Packages 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.
35
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.
43
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.
44
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.
52
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.
55
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 Core as well as .NET Standard.
32
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 Core as well as .NET Standard.
45
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 Core as well as .NET Standard.
48
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 Core as well as .NET Standard. 10dc31ea70c14a33f371cea5a757a3d95b218acf When using NuGet 3.x this package requires at least version 3.4.
39
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 Core as well as .NET Standard. 8f968b9e79c5721d78cc88e46fe57457fe9d490d When using NuGet 3.x this package requires at least version 3.4.
51
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 Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
39
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 Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
40
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 Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
41
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 Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
43
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 Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
44
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 Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
45
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 Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
48
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 Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
55
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 Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
56

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

  • No dependencies.

.NET 8.0

.NET 9.0

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
9.0.0-preview.3.24172.9 1 04/18/2024
9.0.0-preview.2.24128.5 2 03/13/2024
9.0.0-preview.1.24080.9 2 03/11/2024
8.0.0 6 11/16/2023
8.0.0-rc.2.23479.6 3 10/13/2023
8.0.0-rc.1.23419.4 3 09/17/2023
8.0.0-preview.7.23375.6 4 09/17/2023
8.0.0-preview.6.23329.7 5 09/17/2023
8.0.0-preview.5.23280.8 14 06/15/2023
8.0.0-preview.4.23259.5 19 06/09/2023
8.0.0-preview.3.23174.8 36 05/13/2023
8.0.0-preview.2.23128.3 23 04/09/2023
8.0.0-preview.1.23110.8 25 03/06/2023
7.0.0 54 12/18/2022
7.0.0-rc.2.22472.3 16 10/15/2022
7.0.0-rc.1.22426.10 30 10/15/2022
7.0.0-preview.7.22375.6 28 09/11/2022
7.0.0-preview.6.22324.4 50 09/21/2022
7.0.0-preview.5.22301.12 48 10/15/2022
7.0.0-preview.4.22229.4 21 09/26/2022
7.0.0-preview.3.22175.4 51 09/23/2022
7.0.0-preview.2.22152.2 12 09/24/2022
7.0.0-preview.1.22076.8 27 09/22/2022
6.0.2-mauipre.1.22102.15 52 09/22/2022
6.0.2-mauipre.1.22054.8 21 09/25/2022
6.0.1 31 09/16/2022
6.0.0 40 09/07/2022
6.0.0-rc.2.21480.5 55 09/24/2022
6.0.0-rc.1.21451.13 10 10/15/2022
6.0.0-preview.7.21377.19 11 09/23/2022
6.0.0-preview.6.21352.12 30 09/21/2022
6.0.0-preview.5.21301.5 40 09/26/2022
6.0.0-preview.4.21253.7 22 09/23/2022
6.0.0-preview.3.21201.4 25 09/25/2022
6.0.0-preview.2.21154.6 14 09/23/2022
6.0.0-preview.1.21102.12 30 09/23/2022
5.0.0 27 09/14/2022
5.0.0-rc.2.20475.5 45 09/23/2022
5.0.0-rc.1.20451.14 45 10/15/2022
5.0.0-preview.8.20407.11 54 09/22/2022
5.0.0-preview.7.20364.11 55 09/23/2022
5.0.0-preview.6.20305.6 33 09/24/2022
5.0.0-preview.5.20278.1 16 09/21/2022
5.0.0-preview.4.20251.6 7 10/15/2022
5.0.0-preview.3.20214.6 33 09/22/2022
5.0.0-preview.2.20160.6 71 09/21/2022
5.0.0-preview.1.20120.5 25 09/23/2022
4.7.0 47 09/12/2022
4.7.0-preview3.19551.4 68 09/24/2022
4.7.0-preview2.19523.17 51 09/21/2022
4.7.0-preview1.19504.10 29 09/24/2022
4.6.0 50 09/08/2022
4.6.0-rc1.19456.4 43 10/15/2022
4.6.0-preview9.19421.4 52 09/23/2022
4.6.0-preview9.19416.11 53 10/15/2022
4.6.0-preview8.19405.3 59 09/22/2022
4.6.0-preview7.19362.9 13 09/25/2022
4.6.0-preview6.19303.8 48 09/21/2022
4.6.0-preview6.19264.9 24 09/24/2022
4.6.0-preview5.19224.8 54 09/24/2022
4.6.0-preview4.19212.13 40 09/27/2022
4.6.0-preview3.19128.7 51 09/25/2022
4.6.0-preview.19073.11 54 10/15/2022
4.6.0-preview.18571.3 23 09/24/2022
4.5.0 23 09/10/2022
4.5.0-rc1 20 09/08/2022
4.5.0-preview2-26406-04 32 09/23/2022
4.5.0-preview1-26216-02 31 09/25/2022
4.5.0-preview1-25914-04 46 09/21/2022