Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4691 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hello everyone.

I'm working with a database that includes 4 different companies, each company have a group of tables, several are related tables between different companies.

I am considering to give access to the different users to each company, in this case I don't want a particular user to be able to enter on some tables. Is there a way to do it?

i could separate the database into smaller ones, one for each company and could re-arrange the relational database to work this way, but if I could manage the user privileges but will be easier.

What do you guys think about it?

Thanks a lot for your help!

Milko Migneco

Posted

You can limit access to tables with privilege sets.

However your fundamental data design is not good. The companies should NOT have separate tables. This will become a HUGE maintenance overhead.

There should be ONE table with a COMPANY field in it to determine the company.

Or use separate files for each company.

This topic is 4691 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.