Builder RefreshMode not working with MySql 5.5.19

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
leriksen71
Posts: 6
Joined: Wed 24 Jun 2009 18:09
Location: Houston, Tx

Builder RefreshMode not working with MySql 5.5.19

Post by leriksen71 » Thu 05 Jan 2012 20:53

* I have set up RefreshMode.Both and RefreshingFields correctly for a MySqlCommandBuilder.

* I can review the InsertCommand.CommandText and the the correct select command is being generated along with the correct field.

* I am using a transaction to run the InsertCommand in

* I have recently upgraded the database from 5.0 to 5.1 to 5.5, executing mysql_update.exe every step of the way

* This feature was working Flawlessly with MySql 5.0 but not with 5.5. Strangely enough, the database migration has Not expected sites that use EntityFramework, on classic ADO.net.

Please Help!

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

Post by Pinturiccio » Fri 13 Jan 2012 11:10

We are investigating the issue and we will notify you about results as soon as possible.

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

Post by Pinturiccio » Fri 13 Jan 2012 13:08

We could not reproduce the issue. Could you please create and send us a small test project with DDL\DML scripts for reproducing the issue. What version (x.xx.xxx) of dotConnect for MySQL do you use?

Post Reply