> Is it ok to use the connection of the EF context for this purpose?
>
> Cast it to (fbConnection)Context.Database.Connection
That's absolutely fine.
--
Mgr. Jiří Činčura
Independent IT Specialist
--
One dashboard fo
Hello,
the EF integration with Firebird works quiet well for standard insert,
update, delete and search.
I have still some problems arrond Stored Procedures. For that reason I keep
using the .net Provider functionality with fbConnection, fbCommand etc.
Is it ok to use the connection of