Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single and Double-Datatype not supported (?!) #36

Open
goodn8 opened this issue Oct 9, 2018 · 5 comments
Open

Single and Double-Datatype not supported (?!) #36

goodn8 opened this issue Oct 9, 2018 · 5 comments

Comments

@goodn8
Copy link

goodn8 commented Oct 9, 2018

When running a DbFirst on an existing .accdb, I got the message

| datatype currently not supported for the targeted entity-framework version. Column [colname] in table [tablename] was excluded.

Is this just an issue with DbFirst or will JetEntityFramework not work at all with those datatypes?

@WaterFlight80
Copy link

I have the same problem. Is there any solution? In the "JetDataTypeAliasCollection.cs" file is single and double included.

@bubibubi
Copy link
Owner

DbFirst has some issues on JetEntityFrameworkProvider.
Have you tried .Net Core provider?

@WaterFlight80
Copy link

No, I didn’t try the .Net Core provider.

So maybe I can choose a walk around if I take decimals instead of doubles.

@bubibubi
Copy link
Owner

Decimal type has an issue with Jet. If I remember it works only with US-EN culture (otherwise it misses the decimal point).

@WaterFlight80
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants