InterBaseSql.Data.InterBaseClient
10.0.3
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.8
This package targets .NET Framework 4.8. The package is compatible with this framework or higher.
Requires NuGet 3.6 or higher.
dotnet add package InterBaseSql.Data.InterBaseClient --version 10.0.3
NuGet\Install-Package InterBaseSql.Data.InterBaseClient -Version 10.0.3
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="InterBaseSql.Data.InterBaseClient" Version="10.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="InterBaseSql.Data.InterBaseClient" Version="10.0.3" />
<PackageReference Include="InterBaseSql.Data.InterBaseClient" />
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 InterBaseSql.Data.InterBaseClient --version 10.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: InterBaseSql.Data.InterBaseClient, 10.0.3"
#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.
#addin nuget:?package=InterBaseSql.Data.InterBaseClient&version=10.0.3
#tool nuget:?package=InterBaseSql.Data.InterBaseClient&version=10.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
InterBase .NET Data Provider
10.0.3 Summary
IMPORTANT - Do not use 10.0.2 if needing to make remote connections.
Fixed bugs in connecting to remote databases and Asynchronously attaching to remote services.
Added support for Instance Name (Instance in the ConnectionString) for services
10.0.2 Summary
EFCore and primary driver brought up to Fb 10.x equivalent
Better EFCore 8.0 support
EFCOre is now .NET 8.0 only, if you need Net 6.0 support use 7.14.6 (which supports EFCore 6.0 also)
Primary driver now supports Async calls.
Primary driver now always treats ISC_DOUBLE as type double in .NET. Before it could be Decimal even though the .Value would always be a double. This can have backwards compatibility issues. It should only affect columns that started life in Dialect 1 and were Numeric(10+, 1+) and is either still D1 or the DB is now D3 but the column was never converted to a scaled integer.
7.14.6 Summary
Fixed MacOS determining and loading code, so should work on MAC both Default and Embedded
7.14.0 Summery (released as part of 7.14.6)
Better Code page support.
- if System.Text.Encoding.CodePages can be loaded the ANSI code pages are available when the data's code page is null. Previously high byte characters would fail assuming UTF8 could handle it.
- This might require adding System.Text.Encoding.CodePages.dll to your project on existing projects.
Better Dialect 1 support - Returns Double as the data type for SQL_D_DOUBLE types instead of scaled int64
Support for Generating the Schema data that mirrors the old Dbx based ADO.NET driver
- Note that the current ADO.NET driver is not meant to be backwards compatible, but in this instance it was decided to make this portion backwards.
- IBDBXLegacyTypes.IncludeLegacySchemaType added. Default is false, when true outputs schema data like the old DBX based driver did (types, names etc)
More information at the following links:
NuGets | Version | Downloads |
---|---|---|
InterBaseSql.Data.InterBaseClient | ||
InterBaseSql.EntityFrameworkCore.InterBase |
GitHub | |
---|---|
Downloads | |
Code size |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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. 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. net8.0 is compatible. 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. 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. |
.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 | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. 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 4.8
- System.Memory (>= 4.5.5)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- System.Memory (>= 4.5.5)
- System.Reflection.Emit (>= 4.7.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- System.Memory (>= 4.5.5)
-
net5.0
- System.Memory (>= 4.5.5)
-
net6.0
- System.Memory (>= 4.5.5)
-
net8.0
- System.Memory (>= 4.5.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on InterBaseSql.Data.InterBaseClient:
Package | Downloads |
---|---|
InterBaseSql.EntityFrameworkCore.InterBase
The Entity Framework Core provider for InterBase enables you to develop .NET applications that connect to the InterBase database using Entity Framework Core. |
GitHub repositories
This package is not used by any popular GitHub repositories.