Open goodn8 opened 6 years ago
I have the same problem. Is there any solution? In the "JetDataTypeAliasCollection.cs" file is single and double included.
DbFirst has some issues on JetEntityFrameworkProvider. Have you tried .Net Core provider?
No, I didn’t try the .Net Core provider.
So maybe I can choose a walk around if I take decimals instead of doubles.
Decimal type has an issue with Jet. If I remember it works only with US-EN culture (otherwise it misses the decimal point).
Using .Net Core provider throw out an error (Method creat is not implemented in assembly).
With JetEntityFrameworkProvider I tried with byte, there is the same problem. Is there no way to use double columns with DbFirst?
When running a DbFirst on an existing .accdb, I got the message
Is this just an issue with DbFirst or will JetEntityFramework not work at all with those datatypes?