InterBaseSql.Data.InterBaseClient 10.0.3

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" />
                    
Directory.Packages.props
<PackageReference Include="InterBaseSql.Data.InterBaseClient" />
                    
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 InterBaseSql.Data.InterBaseClient --version 10.0.3
                    
#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
                    
Install InterBaseSql.Data.InterBaseClient as a Cake Addin
#tool nuget:?package=InterBaseSql.Data.InterBaseClient&version=10.0.3
                    
Install InterBaseSql.Data.InterBaseClient as a Cake Tool

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.Data.InterBaseClient InterBaseSql.Data.InterBaseClient
InterBaseSql.EntityFrameworkCore.InterBase InterBaseSql.EntityFrameworkCore.InterBase InterBaseSql.EntityFrameworkCore.InterBase
GitHub
Downloads Downloads
Code size Code size
Product 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.

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.

Version Downloads Last updated
10.0.3 138 11 days ago
10.0.2 412 5 months ago
7.14.6 7,037 2/15/2024
7.13.7 4,490 4/17/2023
7.13.6 408 3/28/2023
7.12.1 2,827 8/14/2022
7.11.0 7,211 3/10/2022
7.10.2 2,055 4/30/2021