Hello again:

I figured out my Apache::DB problem with the help from Stas Bekman. Thanks!

Now on to Apache::DBI.

The documentation says NOT to use this module IF you are opening a special 
connection for each of your users.

Does this mean if each user has to use a unique username/password to OPEN 
the database? 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.

I am assuming that this means I CAN use the Apache::DBI module.

Please advise.

Thanks!

Gregory


Reply via email to