What provider is better?

Who has had a wide experience working with MySql,
Please, write what provider is better to connect with MySql 4.1.22 using ADO.NET 2.0 (preferably freeware).
[161 byte] By [Vladimir2007] at [2007-11-20 11:49:08]
# 1 Re: What provider is better?
you can find free ADO.NET driver here ( http://www.mysql.com/products/connector/)
and it is free.
hspc at 2007-11-10 3:30:00 >
# 2 Re: What provider is better?
Thank you for help!

But I have tried to use Connector/NET(1.0, 5.0, 5.1) and Connector/ODBC(3.51). All these versions of connectors couldn't connect with my remote instance of MySql 4.1.22(ERROR [HY000] [MySQL][ODBC 3.51 Driver]Access denied for user 'user'@'%' to database 'base'
), though all them could connect with my local instance of MySql 4.1.22. And when I use MySql desktop client (EngineSite from http://enginsite.com/index.htm) I easy connect with my remote instance.
Vladimir2007 at 2007-11-10 3:31:00 >
# 3 Re: What provider is better?
Maybe you need to check the connection string?
http://www.connectionstrings.com/?carrier=mysql
hspc at 2007-11-10 3:32:02 >