lcpi.data.oledb 1.30.0.4837

dotnet add package lcpi.data.oledb --version 1.30.0.4837
                    
NuGet\Install-Package lcpi.data.oledb -Version 1.30.0.4837
                    
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="lcpi.data.oledb" Version="1.30.0.4837" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="lcpi.data.oledb" Version="1.30.0.4837" />
                    
Directory.Packages.props
<PackageReference Include="lcpi.data.oledb" />
                    
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 lcpi.data.oledb --version 1.30.0.4837
                    
#r "nuget: lcpi.data.oledb, 1.30.0.4837"
                    
#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 lcpi.data.oledb@1.30.0.4837
                    
#: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=lcpi.data.oledb&version=1.30.0.4837
                    
Install as a Cake Addin
#tool nuget:?package=lcpi.data.oledb&version=1.30.0.4837
                    
Install as a Cake Tool

This package contains ADO.NET data provider, which fully implements the System.Data.OleDb features and adds many own, unique features.

Primary targets of this ADO.NET provider: Firebird/InterBase DBMS and LCPI.IBProvider.5 [Native OLE DB Provider For FB/IB].

Supported .NET platforms: FW 3.5/4.0/4.5/4.5.1/4.6/4.6.2/4.7.2/4.8, Standard 2.0/2.1, 5.0/6.0/7.0/8.0 (Windows).

Please visit www.ibprovider.com for more information and complete installation kit with DDEX providers, debug assemblies, nunit tests and samples of usage.

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

  • .NETFramework 4.0 Client

  • .NETFramework 4.5

  • .NETFramework 4.5.1

  • .NETFramework 4.6

  • .NETFramework 4.6.2

  • .NETFramework 4.7.2

  • .NETFramework 4.8

  • .NETStandard 2.0

  • .NETStandard 2.1

  • net5.0-windows7.0

  • net6.0-windows7.0

  • net7.0-windows7.0

  • net8.0-windows7.0

NuGet packages (7)

Showing the top 5 NuGet packages that depend on lcpi.data.oledb:

Package Downloads
Dos.ORM

Dos.ORM于2009年发布、2015年开源,该组件已在大量成熟项目中应用。开源低代码平台 - Microi吾码:https://microi.net

DotnetFramework

通用的.net类库

Lcpi.EntityFrameworkCore.DataProvider.LcpiOleDb

LCPI Entity Framework Core provider for «LCPI ADO.NET Provider for OLE DB».

Aos.Standard.Orm

个人使用的C#通用Orm框架

YY.DB

My package description.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on lcpi.data.oledb:

Repository Stars
itdos/Dos.ORM
Dos.ORM于2009年发布、2015年正式开源,该组件已在数百个成熟项目中应用。初期开发过程中吸取了NBear与MySoft的一些精华并加入新思想,之后参考EF Lambda语法进行大量扩展。经过数十个版本的更新迭代发布全新v2.0版本,支持动态列/表、分库/分表等。官方网站:https://www.itdos.com/dos/orm/Index.html 交流群:60831381
Version Downloads Last Updated
1.30.0.4837 138,906 5/20/2024
1.29.0.4832 878 3/6/2024
1.28.0.4806 5,440 9/4/2023
1.27.1.4754 713 8/15/2023
1.27.0.4751 606 8/14/2023
1.26.0.4739 35,740 1/25/2023
1.25.4.4606 1,197 1/5/2023
1.25.3.4584 984 12/26/2022
1.25.2.4577 38,424 12/6/2021
1.25.1.4573 1,589 11/8/2021
1.25.0.4572 1,083 11/2/2021
1.24.0.4425 1,213 10/13/2021
1.23.0.4377 1,527 9/16/2021
1.22.1.4371 1,069 9/6/2021
1.22.0.4366 5,161 7/4/2021
1.21.1.4247 4,794 5/6/2021
1.21.0.4241 1,496 4/17/2021
1.20.1.4147 12,418 12/3/2020
1.20.0.4130 2,406 5/21/2020
1.19.0.4099 6,411 5/6/2020
Loading failed

* A support of IBProvider initialization property "ctype_system" is added.

All the changes was done in OleDbConnectionStringBuilder.

Data provider was not changed.