Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: How to get a db table metadata

by cmeyer (Pilgrim)
on Jun 09, 2005 at 17:01 UTC ( [id://465206]=note: print w/replies, xml ) Need Help??


in reply to How to get a db table metadata

Take a look at the $dbh->column_info() method of DBI.

-Colin.

WHITEPAGES.COM | INC

Replies are listed 'Best First'.
Re^2: How to get a db table metadata
by tariqahsan (Beadle) on Jun 09, 2005 at 17:54 UTC
    Got it done by using $dbh->table_info("", $schema, $table_name, "TABLE");

    Thank you all!

Re^2: How to get a db table metadata
by davidrw (Prior) on Jun 09, 2005 at 17:11 UTC
    also be sure too look at methods specific to DBD::Oracle

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://465206]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-16 22:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found