> -----Original Message-----
> From: Brad Howerter [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 20, 2001 12:42 PM
> To: ''[EMAIL PROTECTED]' '
> Subject: RE: Apache::DBI::connect problem, please help
> 
> 
> 
> 
> > From: Geoffrey Young [mailto:[EMAIL PROTECTED]]
> > you need both, DBI and Apache::DBI, with DBI loaded first...
> 
> I tried this, but I still get the same error.

sorry, I gave you bad information - Apache::DBI needs to be loaded first...
it was late :)

use Apache::DBI;
use DBI;

> > 
> > see the Apache::DBI manpage for more detail
> 
> That man page is the same as the DBI manpage- it doesn't include
> any modperl specific information.

um, not so...  man Apache::DBI and man DBI should definitely yield different
results.

HTH

--Geoff

Reply via email to