in reply to Perl and MySql - checking tables for column names
The DBI documentation suggests using the catalog functions like ->table_info to retrieve information about the tables in your database. Maybe you can use that instead of ->tables.
If you tell us maybe something more about how ->tables fails with your database and the driver you use to connect to it, maybe there is something we can do to help you better. But without being able to reproduce your situation, some generic advice is all we can give.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl and MySql - checking tables for column names
by bizactuator (Sexton) on Jan 23, 2017 at 09:06 UTC | |
by Corion (Patriarch) on Jan 23, 2017 at 09:12 UTC |