[firebird-support] Re: using parameters with EVENT firebird 2.5+

2019-09-20 Thread Dmitry Yemanov dim...@users.sourceforge.net [firebird-support]
20.09.2019 13:16, Rustam rusta...@ukr.net wrote: > I don't now API details, but my idea: what if we can specify 'mask' in > Event name on clients, e.g.  "ORDER_CHANGED*"? > > Then client subscribes to event "ORDER_CHANGED*", and his code receive > all events, who name is starting with 

Re: [firebird-support] Re: using parameters with EVENT firebird 2.5+

2019-09-19 Thread 'P-Soft - Fabio Codebue' f.code...@p-soft.biz [firebird-support]
@pec.p-soft.biz cod.intermediario SDI: KRRH6B9 -- Messaggio originale -- Da: "Dmitry Yemanov dim...@users.sourceforge.net [firebird-support]" A: firebird-support@yahoogroups.com Inviato: 19/09/2019 17:57:07 Oggetto: [firebird-support] Re: using parameters with EVENT firebird 2.

[firebird-support] Re: using parameters with EVENT firebird 2.5+

2019-09-19 Thread Dmitry Yemanov dim...@users.sourceforge.net [firebird-support]
19.09.2019 16:31, 'P-Soft - Fabio Codebue' wrote: > Is there a way to fires event with some parameters? Nope. > Now I see that parameter-aware events should use a "pull" > approach (parameter values are fetched by the client) instead of the > current "push" one (data is unconditionally sent to