At 28 Sep 2002 16:05:37 -0400, David J. Mark wrote:
[...]
> This works perfectly, but i get a new DB connection on every request.

use Apache::DBI in your apache startup, or give DBIx::Database the
!SaveAs option and use that name in your DBIx::Recordset !DataSource.

> I was hoping to be able to save the DBIx::Database connection object in
> $udat{'radius'}, but when i try, i get the following error:

you can't store it in %udat since the db filehandle won't be restored
correctly.

even if it could work, you would still get one db connection per user,
which is still not what you want.

-- 
 - Gus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to