Page 1 of 1

Drop-in replacement for MySQLConnector/Net

Posted: Sun 30 Mar 2014 15:56
by Qodex
More of a comment than a question. I just switched from Connector/Net to dotConnector. It was ALMOST a drop-in replacement. Odd that these two fields have different names:

Connector/Net:

MySqlConnectionStringBuilder.Server
MySqlConnectionStringBuilder.UserID

dotConnector:

MySqlConnectionStringBuilder.Host
MySqlConnectionStringBuilder.UserId

Re: Drop-in replacement for MySQLConnector/Net

Posted: Mon 31 Mar 2014 14:31
by Pinturiccio
Yes, you are right the names of these properties are different for dotConnect for MySQL and MySQL Connector/Net.

We will investigate the possibility to add Server and UserID properties to MySqlConnectionStringBuilder class for compatibility with MySQL Connector/Net.

Re: Drop-in replacement for MySQLConnector/Net

Posted: Wed 11 Jun 2014 10:37
by Pinturiccio
We have added the Server and UserID properties to the MySqlConnectionStringBuilder class for compatibility with MySQL Connector/Net. We will post here when the corresponding build of dotConnect for MySQL is available for download.

Re: Drop-in replacement for MySQLConnector/Net

Posted: Thu 12 Jun 2014 15:49
by Pinturiccio
New build of dotConnect for MySQL 8.3.181 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/mysql/download.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?t=29780

Re: Drop-in replacement for MySQLConnector/Net

Posted: Wed 09 Jul 2014 11:47
by Pinturiccio
We have to remove the UserID property from the MySqlConnectionStringBuilder class for compatibility with Visual Basic, because having UserID and UserId properties at the same time caused conflicts in Visual Basic.

Thus, the UserID property is available only in dotConnect for MySQL 8.3.181 and 8.3.191.