I am using DbProviderFactories in my data layer (based on Entity Framework) and am using SQLite for my database, but …
entity-framework sqlite ado.net dbproviderfactoriesI have a problem where it appears that the reader indicates that it has rows from the returned SQL but …
c# oracle datareader dbproviderfactoriesI have a project which I'm trying to port from SQL Server to PostgreSQL. I've got almost everything done I …
.net postgresql mono dbproviderfactoriesI wanted to work with custom DB provider in Visual Studio. I need it to use Entity Framework. For example, …
visual-studio postgresql npgsql dbproviderfactoriesHow can I use ADO.NET DbProviderFactory with MySQL?
mysql ado.net dbproviderfactoriesRelated question: Running my application on another machine gives me an error This is how my App.config file looks …
c# entity-framework sqlite dbproviderfactoriesI am having trouble getting the ODP.NEt library to work with the .NET DBProviderFactories. I am getting the following …
.net web-config odp.net dbproviderfactoriesI'm porting a library over to .NET Core 2.1 now that it has support for DbProviderFactory. For the most part it …
c# .net-core dbproviderfactories