Perrin:

Yes, my prog checks for valid username/password requests and issues the 
proper response. So it sounds like Apache::DBI is a good solution then 
since all users will be working under the same handle?

Gregory

At 02:03 PM 5/18/2002 -0400, you wrote:
>Gregory Matthews wrote:
>>Does this mean if each user has to use a unique username/password to OPEN 
>>the database?
>
>Yes, eaxctly.
>
>>My prog will use the same database:username:password for all connection 
>>requests opened with a "db_connect($database,$user,$password)" call, 
>>however, each user will have his/her own unique file/table within this 
>>database which requires a unique username/password to access.
>
>So that security is handled by your program, not by the database?  No 
>problem for Apache::DBI logins then.
>
>- Perrin
>


Reply via email to