Builder RefreshMode not working with MySql 5.5.19
Posted: 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!
* 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!