Gossamer Forum
Home : Products : DBMan : Installation :

2 dbman cgi's accessing 1 .db file?

Quote Reply
2 dbman cgi's accessing 1 .db file?
I'm still somewhat new to dbman and cgi's in general and was wondering if it is possible for two groups of .cgi and .cfg files to access one .db file - one group would have A/M/D/V (owned records only) and the other group would have view all rights. thanks

Quote Reply
Re: 2 dbman cgi's accessing 1 .db file? In reply to
That would be quite complicated, based on the user permissions set in each db.cgi. My recommendation is to have two .db and two .cfg files. If the user permissions are different between these databases, then you will have to use separate .log, and .cgi files.

BTW: You can use if ($per_view) or ($per_add) for fields within the html.pl file.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. Smile
----------------------










[This message has been edited by Eliot (edited February 05, 2000).]