Subject Re: Get the username or uid of the current session's user
Author Aage Johansen
semprolbat wrote:
> ...
> How can the stored procedures/views obtain the uid or username of the
> current session's user, so that the user will only be able to see the
> data of the clients he has access to?
> (select uid from rdb$current_session)


select USER from rdb$database

Regards,
Aage J.