Page 1 of 1

MySqlScript

Posted: Tue 13 Jan 2015 20:06
by SpyderHunter03
So I am new to using Devart. I have installed dbExpress for MySql (or dotConnect for MySql, I don't remember which one), and the Visual Studio Project that I am using is not finding MySqlScript in the Devart.Data.MySql namespace. It is finding MySqlConnection though so it does have some/most of the classes in that namespace, just now MySqlScript. Anyone have any ideas?

Re: MySqlScript

Posted: Wed 14 Jan 2015 17:41
by Pinturiccio
Please make sure that you use not the Express edition of dotConnect for MySQL. To check the edition of dotConnect for MySQL, in the Tools menu of Visual Studio point to MySQL Mobile and then click About dotConnect for MySQL. You will see a dialog box displaying the version and edition of dotConnect for MySQL.
MySqlScript class is not available in the Express edition of dotConnect for MySQL. For more information, please refer to http://www.devart.com/dotconnect/mysql/editions.html

If you have the Express edition of dotConnect for MySQL, you may try the Trial version of dotConnect for MySQL to test the features of the Professional edition. dotConnect for MySQL has a Trial version which allows you to evaluate dotConnect for MySQL during 30 days since the provider installation. You can download the Trial version of dotConnect for MySQL from our site http://www.devart.com/dotconnect/mysql/download.html

If you use other edition of dotConnect for MySQL than Express, make sure that you have added the Devart.Data assembly to the References of your project.