Re: New here. dbi:DBM:mldbm=Storable;f_dir=/foo/bar. Inserts when asked to update and other weirdness
- From: jeff@xxxxxxxxxxxxxx (Jeff Zucker)
- Date: Sat, 16 Sep 2006 18:23:13 -0700
Lane wrote:
my $dbh = DBI->connect('dbi:DBM:mldbm=Storable;f_dir=/foo/bar');I can't reproduce your problem. Please run the following script and send the output back to the list.
$dbh->{RaiseError} = 1;
#!/usr/bin/perl -w
use strict;
use DBI;
my $dbh = DBI->connect('dbi:DBM:mldbm=Storable;f_dir=/foo/bar');
print $dbh->dbm_versions;
__END__
--
Jeff
.
- Follow-Ups:
- References:
- Prev by Date: New here. dbi:DBM:mldbm=Storable;f_dir=/foo/bar. Inserts when asked to update and other weirdness
- Next by Date: Re: New here. dbi:DBM:mldbm=Storable;f_dir=/foo/bar. Inserts when asked to update and other weirdness
- Previous by thread: New here. dbi:DBM:mldbm=Storable;f_dir=/foo/bar. Inserts when asked to update and other weirdness
- Next by thread: Re: New here. dbi:DBM:mldbm=Storable;f_dir=/foo/bar. Inserts when asked to update and other weirdness
- Index(es):
Relevant Pages
|
|