Subject | Re: [firebird-support] Re: Set custom value on connection system info |
---|---|
Author | marco andreolli |
Post date | 2018-02-06T07:13:48Z |
Hi,
I wouldn't store in a standard table because I couldn' intercept the crash or forced logoff.
If I join context var with the connection I absolute safe who are actually connected.
2018-02-05 21:16 GMT+01:00 'livius' liviuslivius@... [firebird-support] <firebird-support@yahoogroups.com>:
I know that you solved your problem.But why you store ID from your custom table into context varnot oposite USER_NAME in your custom user table? Then you do not need var at all.regards,Karol BieniaszewskiSent: Monday, February 5, 2018 9:11 AMSubject: Re: [firebird-support] Re: Set custom value on connection system info
Wow, thanks!This is what I really wantedI never known the existence of that system table.Actually I use RDB$SET_CONTEXT for store user name and id; with this table I could know the user really logged inThanks Dmitry2018-02-04 13:46 GMT+01:00 Dmitry Yemanov dimitr@... [firebird-support] <firebird-support@yahoogroups. com>:
03.02.2018 23:14, marco andreolli wrote:
>
> but RDB$SET_CONTEXT() it's not right for me, because it store
> information in actual connection (or transaction) and they can not be
> read out of this (with a monitor program for example).
It can be, via MON$CONTEXT_VARIABLES.
Dmitry