Problem while assigning data source of datagrid.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Muhammad Saqib
Posts: 11
Joined: Thu 03 Jul 2008 08:32

Problem while assigning data source of datagrid.

Post by Muhammad Saqib » Wed 09 Jul 2008 11:17

Hi i am using mysqldataset component of core lab i am facing a problem while filling data into the dataset it abort the program and theres no exception at this point. But if i view data at designer and test the connection with embedded data base then it works fine but at run time it abort the program without throwing any exception. Reply me as soon as possible thanks.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 15 Jul 2008 10:00

Hello, Muhammad.

Please check that you do not use embedded MySql Server instance and MySql Server local process simultaneously. This may cause similar error.
Also check that your project corresponds to limitations that are specified in "Using Embedded Server" topic of MyDirect .NET documentation:

ms-help://CoreLab.MySql/MyDirect/EmbeddedServer.html

If nothing helps, send us (support*devart*com) your version of MySQL Embedded Server library for testing.

Regards, Andrey

Post Reply