shun,
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):
http://dev.mysql.com/tech-resources/...net/index.html
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.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
mv*@spam.guard.caspershouse.com
"shun" <sa********@yahoo.co.in> wrote in message
news:uY**************@TK2MSFTNGP04.phx.gbl...
Hello,
I need an sample program to connect mysql server by using odbc.
thanks in advance