Use an ODBC driver from .NET using ODBC .NET Provider
Connection string
This .NET Framework Data Provider for ODBC connection string can be used for connections to SQL Server 2019, SQL Server 2017, SQL Server 2016, SQL Server 2014, SQL Server 2012, SQL Server 2008, SQL Server 2005, SQL Server 2000, SQL Server 7.0, Oracle, IBM DB2, MySQL, Sybase Adaptive, Informix, PostgreSQL, UniVerse, AS/400, Firebird, Paradox, Mimer SQL, Pervasive, Caché, Netezza DBMS, ZIM, Interbase, Ingres, SQLBase, Teradata, DBMaker, Valentina, SQLite, Progress, Excel 97, Excel 2000, Excel 2002, Excel 2003, Excel 2007, Excel 2010, Excel 2013, Textfile, Access 97, Access 2000, Access 2002, Access 2003, Access 2007, Access 2010, Access 2013, Visual FoxPro, DBF / FoxPro, Filemaker, Azure SQL Database, Intuit QuickBase, Composite Information Server, Lotus Notes, DSN, ComputerEase and Sybase Advantage.
Driver={any odbc driver's name};OdbcKey1=someValue;OdbcKey2=someValue;
See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.