Re: Getting all names in mdb
- From: alexander@xxxxxxxx (Alexander Foken)
- Date: Fri, 07 Dec 2007 08:17:44 +0100
Did you try $dbh->table_info()?
(http://search.cpan.org/~timb/DBI-1.601/DBI.pm#table_info)
If yes, what was the problem?
Alexander
On 07.12.2007 03:19, 田口 浩 wrote:
Hello,
I'm using .mdb file with DBI/DBD::ODBC.
my $dbh = DBI->connect("dbi:ODBC:test", "", "",
{RaiseError => 1, AutoCommit => 0, LongReadLen => 409600})
or die "$DBI::errstr";
Anyone will teach me how to get all names of tables
(in test.mdb)?
Regards,
Hirosi Taguti
--
Alexander Foken
mailto:alexander@xxxxxxxx http://www.foken.de/alexander/
.
- References:
- Getting all names in mdb
- From: h-taguchi
- Getting all names in mdb
- Prev by Date: Getting all names in mdb
- Next by Date: Re: Getting all names in mdb
- Previous by thread: Getting all names in mdb
- Next by thread: Re: Getting all names in mdb
- Index(es):