CirrusRedOrg / EntityFrameworkCore.Jet

Entity Framework Core provider for Access database
MIT License
136 stars 37 forks source link

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

Open juliokele opened 2 years ago

juliokele commented 2 years ago

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

lauxjpn commented 2 years ago

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.