Hi, when I try to generate and ado.net entity data model (.edmx file) using dotconnect for mysql 5.0.26. I get an exception saying
Devart.data.MySql.MySqlException, with the error message: 'Unknown column 'Yes' in field list ...
this problem only happens when I try to use a Mysql database which is on different server (Linux debian)
creating an ado.net entity data model - dotconnect for MySQL
Thank you for your reply.
I have worked out what caused this problem. I have an application that uses the same MySQL server and requires the sql_mode to be set to ‘MSSQL’. If I set this sql_mode to the default the wizard to generate ado.net entity data model (.edmx) runs fine.
My question now is there a work around this?
Thanks
I have worked out what caused this problem. I have an application that uses the same MySQL server and requires the sql_mode to be set to ‘MSSQL’. If I set this sql_mode to the default the wizard to generate ado.net entity data model (.edmx) runs fine.
My question now is there a work around this?
Thanks