I have seen an example showing the entering of "seed data" when building an ASP.NET Core Razor app...but how can I incorporate an entire pre-existing database into a new ASP.Net Core Razor app. The database(an accdb) would be coming from a WPF/C# app
with data spanning several years.
have seen an example showing the entering of "seed data" when building an ASP.NET Core Razor app...but how can I incorporate an entire pre-existing database into a new ASP.Net Core Razor app. The database(an accdb) would be coming from a WPF/C# app with
data spanning several years.
Pretty simple. Add a connection string and a data provider. Is accdb an MS Access DB?