EntityFrameworkCore.Jet
EntityFrameworkCore.Jet copied to clipboard
Connection String "Jet OLEDB:Engine Type=4" parameter are ignored
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))
maybe the issue located hier? https://github.com/bubibubi/EntityFrameworkCore.Jet/blob/c09660785d7d4088c1f90f17d31b03650798d9d9/src/EFCore.Jet.Data/DaoDatabaseCreator.cs#L27
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.