Why are you going to use ODBC? You can use native providers for .NET.
Check out the section "Using MySQL Native .NET Providers" of the document
located at (watch for line wrap):
Concidentally, if you have some other reason why you need to go through
ODBC, it will show you how to do that there. However, I recommend using the
MySql native drivers.