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

Connection String "Jet OLEDB:Engine Type=4" parameter are ignored #108

Open
juliokele opened this issue Nov 6, 2021 · 1 comment
Open

Comments

@juliokele
Copy link

juliokele commented Nov 6, 2021

Connection string: "Provider=Microsoft.ACE.OLEDB.12.0;Jet OLEDB:Engine Type=4;Data Source=c:\Temp\Access97EF\test.mdb;"
"Jet OLEDB:Engine Type=4;" parameter are ignored,
database version not as expected (Access2003 (jet4) vs. Access97 (jet3))

Unbenannt

maybe the issue located hier?
https://github.com/bubibubi/EntityFrameworkCore.Jet/blob/c09660785d7d4088c1f90f17d31b03650798d9d9/src/EFCore.Jet.Data/DaoDatabaseCreator.cs#L27

@juliokele juliokele changed the title Connection String "Jet OLEDB:Engine Type" parameter is ignored Connection String "Jet OLEDB:Engine Type=4" parameter is ignored Nov 6, 2021
@juliokele juliokele changed the title Connection String "Jet OLEDB:Engine Type=4" parameter is ignored Connection String "Jet OLEDB:Engine Type=4" parameter are ignored Nov 6, 2021
@lauxjpn
Copy link
Member

lauxjpn commented Nov 7, 2021

We currently do not consider the Jet OLEDB:Engine Type parameter, when it comes to database creation.
Though I guess we could.
However, Access 97 is way obsolete and unsupported at this point in time.

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

No branches or pull requests

2 participants