+ 2
How to connect ODBC with C#?
How to initiate ODBC connectivity with C#
2 Respostas
+ 4
here is a tutorial on how to do that
https://www.easysoft.com/developer/languages/csharp/ado-net-odbc.html
+ 1
Use a sqlconnection, with a sqlcommand.
Use the right connectionstring to connect with odbc.