Re: How to check the existence of a table?
- From: xiaohuwang@xxxxxxxxxxx (Yu Wang)
- Date: Sun, 22 May 2005 18:58:00 +0000 (UTC)
Yu Wang <xiaohuwang <at> hotmail.com> writes:
>
> I use DBD::SQLite as my database and I am wondering if there is any function
> that checks the existence of a table?
>
> Or, how to list all the tables in a SQLite database using DBI?
>
> Thanks a lot!
>
>
Solved:
$dbh->tables(undef, undef, 'table_name', undef)
.
- References:
- How to check the existence of a table?
- From: Yu Wang
- How to check the existence of a table?
- Prev by Date: How to check the existence of a table?
- Next by Date: Re: db or file access?
- Previous by thread: How to check the existence of a table?
- Next by thread: Re: db or file access?
- Index(es):
Relevant Pages
|