MySqlScript

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
SpyderHunter03
Posts: 1
Joined: Tue 13 Jan 2015 20:03

MySqlScript

Post by SpyderHunter03 » Tue 13 Jan 2015 20:06

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?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: MySqlScript

Post by Pinturiccio » Wed 14 Jan 2015 17:41

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.

Post Reply