EntityFrameworkCore.Jet
EntityFrameworkCore.Jet copied to clipboard
Entity Framework Core provider for Access database
Hello my fellow developers! The good stuff at the beginning: I'm having a blast with the current alpha of this provider and my project is moving forward fast, also because...
I am encountering this error when I try to scaffold an existing older version of `.mdb` (likely Access '97 version) `Could not load assembly 'Legacy.Test.RDBMSMigrations'. Ensure it is referenced by...
See #72: > There still exists an issue, because it seems that ODBC is using the `PWD` connection string option for both, the workgroup user password and the database password....
Hello When I try to use EntityFrameworkCore.Jet in net5.0 application it gives next warning. Users.csproj : warning NU1701: Package 'EntityFrameworkCore.Jet 2.2.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8'...
This is a follow-up to the discussion under #34. @bubibubi Please also set aside some time in the near future (within the next two weeks or so), to either convert...
**I want to use efcore.jet 2.2.0 in my asp.netcore 2.2.0 project. But I got a exception as below:** System.InvalidOperationException: 'No database provider has been configured for this DbContext. A provider...
Starting a separate issue for conversation that began with: https://github.com/dotnet/runtime/pull/33899#issuecomment-602122479 @lauxjpn @bubibubi Does anyone know if GitHub would allow us to move the comments from that PR into this issue...
Is it possible to save a decimal value? ``` using EntityFrameworkCore.Jet; using Microsoft.EntityFrameworkCore; using System; using System.Data.Jet; namespace TestSaveDecimal { public class Table { public int Id { get; set;...
Thank you for all the hard work you've made to create this library. I would just like to ask if there are any plans to migrate from .NET Framework to...