Re: [Firebird-net-provider] [Firebird-devel] Stored procedures etc. in .NET

2016-06-30 Thread Jiří Činčura
> Sure :). But from which disk? Client's or server's? Server of course. How it could even load it from client... -- Mgr. Jiří Činčura Independent IT Specialist -- Attend Shape: An AT&T Tech Expo July 15-16. Meet us at A

Re: [Firebird-net-provider] [Firebird-devel] Stored procedures etc. in .NET

2016-06-30 Thread Геннадий Забула
> It's assembly loaded from disk. Sure :). But from which disk? Client's or server's? On 29 June 2016 at 20:18, Jiří Činčura wrote: >> I wonder where do code should persist? Server/Client? > > What? It's assembly loaded from disk. Simple as that. > >> What performance impact for such logic? > > W

Re: [Firebird-net-provider] [Firebird-devel] Stored procedures etc. in .NET

2016-06-29 Thread Jiří Činčura
> I wonder where do code should persist? Server/Client? What? It's assembly loaded from disk. Simple as that. > What performance impact for such logic? We'll see. -- Mgr. Jiří Činčura Independent IT Specialist -- Atte

Re: [Firebird-net-provider] [Firebird-devel] Stored procedures etc. in .NET

2016-06-29 Thread Геннадий Забула
Looks good. I wonder where do code should persist? Server/Client? What performance impact for such logic? On 28 June 2016 at 15:37, Daniel Rail wrote: > Hi, > > At June 27, 2016, 3:51 PM, Jiří Činčura wrote: > >> Hi *, > >> there's something I've been working on for a few evenings and weekends. >

Re: [Firebird-net-provider] [Firebird-devel] Stored procedures etc. in .NET

2016-06-28 Thread Daniel Rail
Hi, At June 27, 2016, 3:51 PM, Jiří Činčura wrote: > Hi *, > 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 wh

Re: [Firebird-net-provider] [Firebird-devel] Stored procedures etc. in .NET

2016-06-27 Thread Adriano dos Santos Fernandes
Em 27/06/2016 15:51, Jiří Činčura escreveu: > Hi *, > > 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