osiris612mb Posted June 22, 2005 Posted June 22, 2005 Ok so I think this post beongs here, but if not let me know and I will delete and re-post! We have two groups of users that will be using the same database. These two groups will not see any of the same screens due to certain reports that will be run, scripts that could be executed, admin fields and whatnot. Right now I have seperated them into two files and am using a script to open the correct file depending on their privilege set. IS this neccesary? I could do it more simple CORRECT??
Ender Posted June 22, 2005 Posted June 22, 2005 You should keep like-data in the same file, so you don't have to mess with syncronization. The interfaces for different groups could be in the same file or separated into two files, linking to the same data file. I should think it would be easiest to design and maintain the interfaces if they were in one file (one set of scripts and relationships to deal with,) and it may be easist to have them in the same file as the data.
Recommended Posts
This topic is 7092 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 accountSign in
Already have an account? Sign in here.
Sign In Now