Re: table_info not working, am I doing something wrong?
- From: "TonyV" <kingskippus@xxxxxxxxx>
- Date: 28 Feb 2007 11:11:59 -0800
Another little tidbit: The function is silently failing. If I use
the following code, for example, the die clause isn't executed, but
the Debug 2 line is never executed:
print "<p>Debug 1</p>\n";
my $sth = $dbh->table_info('%', '%', '%', 'TABLE') or
die "Could not fetch tables: " . DBI->errstr;
print "<p>Debug 2</p>\n";
.
- References:
- Prev by Date: table_info not working, am I doing something wrong?
- Previous by thread: table_info not working, am I doing something wrong?
- Index(es):