I am currently using jetEntityFrameworkProvider 6.1.3 DB First with EF 6.1.3 (I also tried 6.2).
When I update or create an edmx from the Access database. I have the following warning (translated from french):
Error 6005 : data type "byte" is not currently supported by the selected Entity Framework. The column .... has been excluded.
In the Access DB, the column is of type numeric, byte sized.
I have the same issue with a column type numeric, simple real.
Hi,
I am currently using jetEntityFrameworkProvider 6.1.3 DB First with EF 6.1.3 (I also tried 6.2). When I update or create an edmx from the Access database. I have the following warning (translated from french):
I have the same issue with a column type numeric, simple real.
How can I read theses columns?
Thanks.