FirebirdSQL / NETProvider

Firebird ADO.NET Data Provider
https://www.firebirdsql.org/en/net-provider/
Other
152 stars 62 forks source link

Avoid unnecessary EntryPointNotFoundException #1146

Open fubar-coder opened 6 months ago

fubar-coder commented 6 months ago

This exception seems to be thrown for every statement and every client creation (CallIfExists function), which slows down the application.

I propose a workaround that remembers which action did work with the underlying native DLL.