How to connect ODBC with C#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to connect ODBC with C#?

How to initiate ODBC connectivity with C#

27th Jan 2020, 5:31 PM
Yateesh Hegde
Yateesh Hegde - avatar
2 Answers
27th Jan 2020, 5:33 PM
BroFar
BroFar - avatar
+ 1
Use a sqlconnection, with a sqlcommand. Use the right connectionstring to connect with odbc.
27th Jan 2020, 5:44 PM
sneeze
sneeze - avatar