RE: Getting all names in mdb
- From: h-taguchi@xxxxxxxxxxx
- Date: Sun, 9 Dec 2007 16:17:46 +0900
Thanks, table_info is ok.
I did "my @tables = $dbh->tables();",
it's a simple way but it has like;
`C:\temp\test`.`MSysAccessObjects`
Answer was not good.
I wonder if we had more smart way...
$sth = $dbh -> table_info(undef, undef, '%', 'TABLE');
while ($data = $sth -> fetchrow_hashref() )
{
$table_name = $$data{'TABLE_NAME'};
...
}
Regards,
Hirosi Taguti
.
- References:
- Re: Getting all names in mdb
- From: Ron Savage
- Re: Getting all names in mdb
- Prev by Date: Re: Getting all names in mdb
- Next by Date: Re: Connecting to Database
- Previous by thread: Re: Getting all names in mdb
- Next by thread: Connecting to Database
- Index(es):