in reply to Re: Sqlite DBI $sth->rows
in thread Sqlite DBI $sth->rows
my $dbh = DBI->connect('dbi:SQLite:dbname=foo.db',undef,undef, { RaiseError=>1 } ) or die $DBI::errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Sqlite DBI $sth->rows
by runrig (Abbot) on Oct 22, 2003 at 19:00 UTC | |
by Anonymous Monk on Oct 22, 2003 at 20:08 UTC | |
by runrig (Abbot) on Oct 22, 2003 at 22:04 UTC | |
|
3Re: Sqlite DBI $sth->rows
by jeffa (Bishop) on Oct 22, 2003 at 20:48 UTC |