VOOZH about

URL: https://www.nuget.org/packages/SQLProvider.MsAccess

⇱ NuGet Gallery | SQLProvider.MsAccess 1.5.24




👁 Image
SQLProvider.MsAccess 1.5.24

dotnet add package SQLProvider.MsAccess --version 1.5.24
 
 
NuGet\Install-Package SQLProvider.MsAccess -Version 1.5.24
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SQLProvider.MsAccess" Version="1.5.24" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SQLProvider.MsAccess" Version="1.5.24" />
 
Directory.Packages.props
<PackageReference Include="SQLProvider.MsAccess" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SQLProvider.MsAccess --version 1.5.24
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SQLProvider.MsAccess, 1.5.24"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SQLProvider.MsAccess@1.5.24
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SQLProvider.MsAccess&version=1.5.24
 
Install as a Cake Addin
#tool nuget:?package=SQLProvider.MsAccess&version=1.5.24
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

👁 Issue Status
👁 PR Status

SQLProvider 👁 NuGet Status

👁 Join the chat at https://gitter.im/fsprojects/SQLProvider

A general .NET SQL database type provider. Current features :

  • LINQ queries
  • Lazy schema exploration
  • Automatic constraint navigation
  • Individuals
  • Transactional CRUD operations with identity support
  • Two-way data binding
  • Stored Procedures
  • Functions
  • Packages (Oracle)
  • Composable Query integration
  • Optional option types
  • Mapping to record types
  • Custom Operators
  • Supports Asynchronous Operations
  • Supports .NET Standard / .NET Core
  • Supports saving DB schema offline, and SQL-Server *.dacpac files

The provider currently has explicit implementations for the following database vendors :

  • SQL Server
  • SQLite
  • PostgreSQL
  • Oracle
  • MySQL (& MariaDB)
  • MsAccess
  • Firebird
  • DuckDB

There is also an ODBC provider that will let you connect to any ODBC source with limited features.

Documentation

SQLProvider home page contains the core documentation and samples. This documentation originates from docs/content/, so please feel free to submit a pull request if you fix typos or add additional samples and documentation!

Building 👁 Build status

  • Linux/macOS: Run build.sh
  • Windows: Run build.cmd

(Note: both scripts above use the dotnet command underneath; if you need to build with .NETFramework v4.x or Mono, rename the '.paket_netfx' to '.paket' first, before restoring & building manually with paket and msbuild.)

Known issues

  • Database vendors other than SQL Server and Access use dynamic assembly loading. This may cause some security problems depending on your system's configuration and which version of the .NET framework you are using. If you encounter problems loading dynamic assemblies, they can likely be resolved by applying the following element into the configuration files of fsi.exe, devenv.exe and your program or the program using your library: http://msdn.microsoft.com/en-us/library/dd409252(VS.100).aspx

Example

👁 No OR-mapping: FSharp compiles your database to .NET-types.

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

Nuget Packages

Database Nuget Package TypeProvider Class NuGet Status
Microsoft SQL Server SQLProvider.MsSql FSharp.Data.Sql.MsSql.SqlDataProvider 👁 Nuget
👁 Nuget
PostgreSQL SQLProvider.PostgreSql FSharp.Data.Sql.PostgreSql.SqlDataProvider 👁 Nuget
👁 Nuget
MySQL and MariaDB SQLProvider.MySqlConnector FSharp.Data.Sql.MySqlConnector.SqlDataProvider 👁 Nuget
👁 Nuget
MySQL SQLProvider.MySql FSharp.Data.Sql.MySql.SqlDataProvider 👁 Nuget
👁 Nuget
Oracle SQLProvider.Oracle FSharp.Data.Sql.Oracle.SqlDataProvider 👁 Nuget
👁 Nuget
Any ODBC connection SQLProvider.Odbc FSharp.Data.Sql.Odbc.SqlDataProvider 👁 Nuget
👁 Nuget
SQLite SQLProvider.SQLite FSharp.Data.Sql.SQLite.SqlDataProvider 👁 Nuget
👁 Nuget
Microsoft Access SQLProvider.MsAccess FSharp.Data.Sql.MsAccess.SqlDataProvider 👁 Nuget
👁 Nuget
Firebird SQLProvider.Firebird FSharp.Data.Sql.Firebird.SqlDataProvider 👁 Nuget
👁 Nuget
DuckDb SQLProvider.DuckDb FSharp.Data.Sql.DuckDb.SqlDataProvider 👁 Nuget
👁 Nuget
General, all via manual config SQLProvider FSharp.Data.Sql.SqlDataProvider 👁 Nuget
👁 Nuget

Depending on the used provider, the namespace of the SqlDataProvider type class varies as above.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 is compatible.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.24 94 6/14/2026
1.5.23 85 6/13/2026
1.5.22 105 6/11/2026
1.5.21 107 5/28/2026
1.5.20 97 5/26/2026
1.5.19 139 4/7/2026
1.5.18 114 3/31/2026
1.5.17 230 9/14/2025
1.5.16 217 9/9/2025
1.5.14 256 8/29/2025
1.5.12 575 7/21/2025
1.5.11 274 6/24/2025
1.5.10 248 6/19/2025
1.5.9 235 6/5/2025
1.5.8 213 6/4/2025
1.5.7 332 5/13/2025
1.5.6 257 5/6/2025
1.5.3 219 4/30/2025
Loading failed

Initial support for standard F# `leftOuterJoin .. into g` / `g.DefaultIfEmpty()` left outer joins (single/multi-key and chained over several tables): unmatched columns are None/default and a whole selected entity is null #540 #697