Firebird SQL Stored procedures in .NET
Jiří Činčura wrote on Firebird-devel : There’s something I’ve been working on for a few evenings and weekends.
As you might know, from Firebird 3 there’s and interface to write a
plugin that allows to execute any code as stored procedure, function or
trigger.
So why not to have these in .NET, right? I have a working plugin right
now. Currently only stored procedures are supported. No blobs at the
moment as well