Friday, December 14, 2007

No Driver error in TheSchwartz

generally that's something in Data::ObjectDriver::Driver::DBI

u need configure your dsn as "dbi:mysql:database=theschwartz;host=mysql.foorumbbs.com;port=3306"
but not "DBI:mysql:database=theschwartz;host=mysql.foorumbbs.com;port=3306".

since
        if (my $dsn = $driver->dsn) {
($type) = $dsn =~ /^dbi:(\w*)/;
in Data::ObjectDriver::Driver::DBI

JFYI.

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home