Hi,
I assume that you have already installed MySQL/ORACLE and their respective ODBC driver . Along with this basic knowledge of SQL queries.
Now, lets get started with C# ODBC connectivity.
1. Before writing any code , you need to include correct namespace.
using System.Data.Odbc;
2. For creating connection we will be using OdbcConnection class.