Re: authDBI connect on init?

2000-04-04 Thread Leslie Mikesell

According to Adam Gotheridge:
> Is there anyway to get AuthDBI to connect on initialization of the web server
> like you can with "DBI->connect_on_init(...)"?

AuthDBI uses DBI, so all you have to do is use Apache::DBI
and make sure the connect string is exactly the same.

  Les Mikesell
   [EMAIL PROTECTED]



authDBI connect on init?

2000-04-04 Thread Adam Gotheridge

Is there anyway to get AuthDBI to connect on initialization of the web server
like you can with "DBI->connect_on_init(...)"?