Re: Perl scripts with Apache::DBI !!!

2000-12-02 Thread Aaron Johnson
If this is in the guide forgive me. Hopefully you are using a perlstartup.pl or something similar to load most main modules at server start time. If you are make sure you have: Apache::Status Apache::DBI in that order in that file (they should also be above the use DBI if you have it). Then if

Re: Perl scripts with Apache::DBI !!!

2000-12-02 Thread Stas Bekman
On Sat, 2 Dec 2000, Edmar Edilton da Silva wrote: > Hi folks, > > I am not sure if my perl scripts are running under Apache::DBI. > How can I check if they are using database connections which was already > openned. Is there any command that I can add to the perl script for it

Perl scripts with Apache::DBI !!!

2000-12-02 Thread Edmar Edilton da Silva
Hi folks, I am not sure if my perl scripts are running under Apache::DBI. How can I check if they are using database connections which was already openned. Is there any command that I can add to the perl script for it tell me if was opens a new connection with the database