Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for bulk loading in Firebird 4 #962

Closed
masonwheeler opened this issue Jun 25, 2021 · 1 comment
Closed

Support for bulk loading in Firebird 4 #962

masonwheeler opened this issue Jun 25, 2021 · 1 comment

Comments

@masonwheeler
Copy link

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?

@cincuranet
Copy link
Member

Duplicate of #878.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants