EntityFrameworkCore.Jet icon indicating copy to clipboard operation
EntityFrameworkCore.Jet copied to clipboard

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

Open juliokele opened this issue 3 years ago • 1 comments

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 avatar Nov 06 '21 14:11 juliokele

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.

lauxjpn avatar Nov 07 '21 21:11 lauxjpn