Hi,
Does TIMESTAMP (rowversion) data type support in Connector/NET?
We have a table with a timestamp column. Everything goes well with MS SQL but we got problem when switching to MySQL with Connector/NET (also for Devart dotDonnect).
We are using Entity Framework 4.2 code first and Connector/NET 6.5.4.
The detailed exception is as below
Schema specified is not valid. Errors:
(94,6) : error 0040: The Type rowversion is not qualified with a namespace or alias. Only primitive types can be used without qualification.
(155,6) : error 0040: The Type rowversion is not qualified with a namespace or alias. Only primitive types can be used without qualification.
(165,6) : error 0040: The Type rowversion is not qualified with a namespace or alias. Only primitive types can be used without qualification.
Could you guys please advice?
Regards,
Michael
Does TIMESTAMP (rowversion) data type support in Connector/NET?
We have a table with a timestamp column. Everything goes well with MS SQL but we got problem when switching to MySQL with Connector/NET (also for Devart dotDonnect).
We are using Entity Framework 4.2 code first and Connector/NET 6.5.4.
The detailed exception is as below
Schema specified is not valid. Errors:
(94,6) : error 0040: The Type rowversion is not qualified with a namespace or alias. Only primitive types can be used without qualification.
(155,6) : error 0040: The Type rowversion is not qualified with a namespace or alias. Only primitive types can be used without qualification.
(165,6) : error 0040: The Type rowversion is not qualified with a namespace or alias. Only primitive types can be used without qualification.
Could you guys please advice?
Regards,
Michael