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

Entity Framework Core provider for Access database

Results 42 EntityFrameworkCore.Jet issues
Sort by recently updated
recently updated
newest added

The connection pool always creates a new connection if the connection string looks like the following: `b.UseJet(“Driver={Microsoft Access Driver (*.mdb, *.accdb)};extendedansisql=1;Jet OLEDB: Flush Transaction Timeout=0;dbq=” + dbPath); ` This works...

Bit of a cleanup of the code style - Added .editorconfig so that any instance in VS uses the same style suggestions - Updated strings to raw string literals where...

code-cleanup