Perl DBI : How to get schemas

Posted by karthi-27 on Stack Overflow See other posts from Stack Overflow or by karthi-27
Published on 2010-05-25T10:58:57Z Indexed on 2010/05/25 11:01 UTC
Read the original article Hit count: 285

Filed under:

Hi all,

I have using Perl DBI .In that $dbase->tables() will return all the tables in the corresponding database .Like this I want to know the schema's available in the database .Is there any function available for that .

© Stack Overflow or respective owner

Related posts about perl