in reply to Re: (Ovid) Re(3): How do you get Perl::DBI to do a desc table_name?
in thread How do you get Perl::DBI to do a desc table_name?
I think this is soooo system dependent, and that it would be faster consulting your manual. Just as an example, in PostgreSQL you would need to either use "\d $tablename", or you would need to go into system tables such as pg_class, pg_attribute, and pg_type. I know how to do this in Postgres, but this certainly doesn't apply to any other databases.
I'm sure there is a way, but I think you're asking in the wrong place. You should find your manual and look for this information, or ask an oracle users group...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: (Ovid) Re(3): How do you get Perl::DBI to do a desc table_name?
by rob_au (Abbot) on Mar 27, 2002 at 22:43 UTC |