Subject | How to Create a User in Firebird, which has only rights to write 'select' query from database |
---|---|
Author | |
Post date | 2018-01-19T07:06:31Z |
Hi,
User Firebird - 2.5.7
Trying to create a user 'ABC' which should not be having any other rights other than 'SELECT' in the database. If possible block viewing of triggers/procedures/DDLs in Database.
CREATE USER ABC PASSWORD 'ABC@123'
Thank & Regards