SQLProvider
SQLProvider copied to clipboard
A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
### Description Sometimes there is no way to connect to real database and in this case it will be fine to work agains DBML file (which was created by sqlmetal...
I tried to upgrade from 1.1.11 to 1.1.20, but compilation now gives the the following error: `error FS3033: The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error: The type 'System.Data.IDbConnection' utilized by...
I am wondering if there is currently any obstacle to having MS Access databases to work in .net core, from what I was able to find out part of the...
### Description I'm attempting to specify the connection string to my DB in an `app.config` file in the root of my project, instead of hardcoding it in source. The type...
### Description I am trying to get a basic demo working against MariaDB10 using MySqlConnector but can't get it to compile. The advice given in [this related issue](https://github.com/fsprojects/SQLProvider/issues/542) doesn't seem...
### Description [Mysql.Data 8.x.x](https://www.nuget.org/packages/MySql.Data/8.0.11) has a dependency on [Google.Protobuf](https://www.nuget.org/packages/Google.Protobuf). When settings the resolution path of `SqlDataProvider` to the directory where Mysql.Data is stored the type provider is unable to find...
### Description When the project is opened for a while (variable time - some time 10 mins, others 30 mins depending on what is done), the following issues are seen...
I'm getting the following error regularly: ``` The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error: Cannot access a disposed object. Object name: 'System.Net.Sockets.NetworkStream' ``` when using with `Common.DatabaseProviderTypes.MSSQLSERVER`. I should note...
### Description I'm trying to compile my project via `dotnet build`, but it cannot load the `System.Data.SqlClient` assembly. Wierdly enough, it does compile on Visual Studio 2019 and Intellisense works...
Hello, trying to connect MySql database to use TypeProviders on it, problem is, im getting this error when i run it. System.Exception: Operation could not be completed due to earlier...