On Sun, 17 Apr 2005, Octavian Rasnita wrote: > Hi, > > Please tell me how to use the Apache::DBI module if I use > mod_perl 1.999.22 RC5. > > Should I use the following? > use Apache2::DBI (); > > Where can I get Apache2::DBI in this case? > > (I am using Active Perl under Windows). > > I have tried to search for Apache2-DBI with ppm, but with no results. > > Or should I still use the following? > > use Apache::DBI (); > > Thank you much. > > Teddy
There is only at present an Apache::DBI - this is a 3rd party module (not in the mp2 core), so it's not affected by the recent renaming that went on in mp2. The current Apache::DBI hasn't yet been fully ported to mp2, either before or after the renaming that went on - if you search the mailing list archives, there's some patches available for this, but I don't know how tested they are. -- best regards, randy kobes