You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
How can I read theses columns?
Thanks.
The text was updated successfully, but these errors were encountered:
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):
In the Access DB, the column is of type numeric, byte sized.
I have the same issue with a column type numeric, simple real.
How can I read theses columns?
Thanks.
The text was updated successfully, but these errors were encountered: