Skip Menu |

This queue is for tickets about the DBD-AnyData CPAN distribution.

Report information
The Basics
Id: 13550
Status: stalled
Priority: 0/
Queue: DBD-AnyData

People
Owner: Nobody in particular
Requestors: wfsp [...] btinternet.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Error creating handle
DBD-AnyDate v0.5 win32 Activestate 5.8.7 This script: #!/usr/bin/perl use strict; use warnings; use DBI; my $dbh = DBI->connect('dbi:AnyData(RaiseError=>1):'); $dbh->func( 'articles', 'CSV', 'articles.csv', 'ad_catalog'); Produces this error: Can't locate object method "STORE" via package "DBD::File::db" at c:/Perl/site/lib/DBD/File.pm line 275.
I cannot reproduce this with AnyData 0.11 I'm presuming that when Jens converted from DBD::File to DBD::SQLEngine (which has a ...db::STORE) is solidly resolved. Sven