RobR Posted December 2, 2004 Posted December 2, 2004 Anyone know if it is possble to run two identical databases? One will be "read only" using the Web Security Database privileges, whereas the other will be "read and write." Changes made to the read/write database should be automatically written to the read-only database. Can this be accomplished in a simple, straightfoward manner?
transpower Posted December 2, 2004 Posted December 2, 2004 Why not just change the read/write privileges as appropriate? Some users will just have read privileges (like guests); others will have read/write privileges.
Vaughan Posted December 2, 2004 Posted December 2, 2004 I guess the question is, why? What is it you are really trying to achieve?
RobR Posted December 3, 2004 Author Posted December 3, 2004 This relates to my post a few days ago: When using the Web Security Database to control login/passwords for "member" users, there is no was to allow general users/non-members to have limited search privileges while giving members full access privileges. Consquently, I've had to enable full access privileges for "All Users" to allow for a dynamic homepage visible to all web users while using a false "-edit" command to prompt a login when members navigate to a "member-only" area. See my site and it will be apparent: www.design-calendar.com As you pointed out, Vaughan, this is inartful, but I'll be darned if I know a better way. I thought I could run two identical DBs with different access privs. Just brainstorming now. Best, RR
Vaughan Posted December 3, 2004 Posted December 3, 2004 It may be that CDML and CWP is not the right tool for the job. Maybe FMP 7? or maybe MySQL and PHP, but that's a whole different league of technologies.
Garry Claridge Posted December 3, 2004 Posted December 3, 2004 If you are running the database on OS X you can use a little bit of PHP to control access. (You do not need FX to do this!) All the best. Garry
Recommended Posts
This topic is 7287 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