in reply to
How to use Apache::DBI with CGI scripts
In your startup script you need to call Apache::DBI->connect_on_init with the same parameters that you pass to DBI->connect.
Make sure things work without with vanilla DBI before adding the Apache::DBI layer.
Just look at netstat to see if there are open connections between your web servers and your database.
The answers to all your questions are here:
http://perl.apache.org/guide/databases.html
Comment on
Re: How to use Apache::DBI with CGI scripts
Replies are listed 'Best First'.
Re: Answer: How to use Apache::DBI with CGI scripts
by
merlyn
(Sage)
on Oct 06, 2001 at 20:14 UTC
No, that won't matter one iota. If it's CGI, it
cannot
use a shared connection.
--
Randal L. Schwartz, Perl hacker
[reply]
In Section
Seekers of Perl Wisdom