I recently installed a PPM package (DBD-AnyData) and it didn't install other
packages it depends on. To whom should I send the request to update this?  I
didn't get SQL-Statement or AnyData which both needed to be installed by
hand.

Worse, now I'm getting the error:

Can't locate object method "STORE" via package "DBD::File::db" at
C:/Perl/site/lib/DBD/File.pm line 275.

Which is:
return $dbh->SUPER::STORE($attrib, $value);

invoked from this line in my program:
my $dbh = DBI->connect('dbi:AnyData(RaiseError=>1):');

which is straight from the DBD-AnyData help documents

I believe DBD-AnyData hasn't implemented the STORE function, does anyone
have this module working, or is it just broken in its current state
(DBD-AnyData v0.05 / DBD-File v0.34)?  I don't know anything about the DBD
API but perhaps someone could tell me if I could just implement an empty
STORE function without breaking functionality?

Thanks,

-Wayne Simmons

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to