Skip to content

Support for bulk loading in Firebird 4 #962

@masonwheeler

Description

@masonwheeler

The ability to bulk-load data is basically a standard feature in ADO.NET. SQL Server has it. So does MySQL. And Postgres, and Oracle. And with the exception of Postgres, they all seem to do it the same way: a "Bulk Copy" class that accepts the developer's choice of a IDataReader, a DataTable, or a DataRow[] as input.

FirebirdClient still lacks this feature. With the new Firebird 4 OO API providing apis for batch data loading, could we get a Bulk Copy class added?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions