in reply to No database driver specified and DBI_DSN env var not set
The next thing I see is that you're using a single word as your $dsn. By convention a $dsn string takes the form
So once you fix the error in the connect_on_init arguments then setPingTimeout might not like the $dsn you're giving it.dbi::driver::dbname;host=$host;port=$port;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: No database driver specified and DBI_DSN env var not set
by EvanCarroll (Chaplain) on Oct 13, 2005 at 04:35 UTC |