Question Odbc Rights

Hello All,

I want to create one user in _user table for odbc access and want to grant permissions similar to one existing user.

Example:-

One user "cust" has read/write permission on multiple tables, now I want to create one new user and want to give similar rights like cust user.

Is there any direct/easy way of doing so rather then checking all permissions of cust user and grant permission to new user for each table manually.

Kindly suggest.

Regards
 
Hello @RealHeavyDude,

Sql is already installed and running fine. We want to create one user under _user table and want to give permission similar to one existing user.

One way of doing so, we have to list all permissions of that existing user (read/write/delete for all tables) and give the same to new user. Is there any easy way to copy all of the permissions of existing user to new user.

Kind Regards
 

RealHeavyDude

Well-Known Member
There is no built-in functionality to clone user permissions. Unless you roll your own - which might be highly application specific - this is a manual taks.

Heavy Regards, RealHeavyDude.
 
Top