Visual Studio 2005 Server Explorer

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
lgriffin
Posts: 14
Joined: Fri 09 Jun 2006 20:46

Visual Studio 2005 Server Explorer

Post by lgriffin » Tue 20 Jun 2006 02:02

Hello,

I recently purchased the Pro version of the mySql Direct .NET. Does the product allow entering data and / or modifying tables within Visual Studio Prof Edition 05?

Every time i connect to our mySQl server and try to change some data in a table Visual Studio tells me:

The data was not comimitted.
Error Source: CoreLab.MySql.
Error Message: Invalid Index - 1 for this Parameters.

What am i doing wrong?

Thank you for your time,

Lonnie Griffin

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 20 Jun 2006 06:10

Please specify what you do in detail.

lgriffin
Posts: 14
Joined: Fri 09 Jun 2006 20:46

Server Explorer - Can't Edit Table Content

Post by lgriffin » Wed 21 Jun 2006 00:29

Here's what i'm doing to get the error:

1.) Click Server Explorer
2.) Connect to remote mySql Server Database
3.) Expand Tables, Right Click on Table - Choose Show Table Data
4.) Then it loads up the data, but i can't edit it, it gives me a red circle with an exclamation point in it next to a field when i try to edit it, and the following error:

No row was updated.
The data in row 1 was not committed.
Error Source. CoreLab.MySql.
Error Message: Invalid index -1 for this Parameters.

Correct the errors and retry or press ESC to cancel the change(s).

That is the error I'm given. Is there anything you can do to help?

Thanks,

Lonnie Griffin

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 22 Jun 2006 08:12

We reproduced the problem and now fixing it.
Look forward to the next build.

Post Reply