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