Archives, anyone?



Hi.

Can someone please point me to a searchable archive of dbi-users.

And, if you can point me to a specific reference about this problem, then I'll
be just as happy as can be.

I'm getting the following error:

DBD::DBM::st execute failed: Storable binary image v37.49 more recent than I
am (v2.7) at blib/lib/Storable.pm (autosplit into
blib/lib/auto/Storable/thaw.al) line 366,
at /usr/local/lib/perl5/site_perl/5.8.8/MLDBM/Serializer/Storable.pm line 27
[for Statement "select * from GroupFolders where GroupID='K1' and
FolderID='K1'"] at /usr/home/scandb/www/docs/Admin.cgi line 192.

in the second "select" in this section of code:

my $dbh = DBI->connect('dbi:DBM:mldbm=Storable;f_dir=/foo/bar');

my $gfh = $dbh->prepare("select * from Groups order by GroupID");
$gfh->execute();

while (my $gref = $gfh->fetchrow_hashref) {
my $groupId = $gref->{GroupID};
my $gffh = $dbh->prepare("select * from GroupFolders where GroupID='$groupId'
and FolderID='$folderId'");
$gffh->execute();
if ($gffh->rows > 0) {
#do something here
} else {
#do the opposite here
}
}

my version info is:

DBD::DBM         0.03 using SDBM_File + MLDBM + Storable
  DBD::File      0.35
  DBI::SQL::Nano 0.03
  SQL::Statement 1.15
DBI              1.52
OS               freebsd (5.4-release-p14)
Perl             5.008008 (i386-freebsd-64int)

and

perl -MStorable -le 'print $Storable::VERSION'
2.15
.



Relevant Pages

  • Re: time dilation
    ... the laws of physics must remain the same in all frames of reference. ... train car to the floor, it falls a distance of y'. ...   The ... frame of reference. ...
    (sci.physics.relativity)
  • Re: time dilation
    ... the laws of physics must remain the same in all frames of reference. ... train car to the floor, it falls a distance of y'. ...   The ... frame of reference. ...
    (sci.physics.relativity)
  • Re: Someone is searching for her relatives
    ... I've been looking again and I've found a Gertrude Beatrice Barwell ... When I put this reference in I get five people coming up. ... Marriages Mar 1920   ... Jones John F Campbell Newtown 11b249 ...
    (soc.genealogy.britain)
  • Re: Collection/list problem
    ... I am reading data in from a file to a temporary variable and ... The same thing happens with lists and with a generic list. ... Obviously the collection or list is storing a reference to the variable, ...    name as String ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Problem with "this" keyword in event handler of body element
    ... reference to the object referenced by the this keyword in the caller, ...   "We shall not cease from exploration, and the end of all our ... function page_onclick(e, ctrlInst) { ... IE and Opera 9.23 work correctly giving ...
    (comp.lang.javascript)