EMAIL PROTECTED]]
Sent: Wednesday, January 09, 2002 7:00 AM
To: DBI Perl
Subject: Another1 problem with Oracle
Hillow,
i have a simple question: can I use SQL command DESCRIBE instead of SELECT
in
this case:
connect..
my $oraSQL = qq/SELECT * FROM TABLENAME /;
do something..
disco
Hillow,
i have a simple question: can I use SQL command DESCRIBE instead of SELECT in
this case:
...connect..
my $oraSQL = qq/SELECT * FROM TABLENAME /;
...do something..
...disconnect..
Or maybe there is another way to get table column names?
Hope You undestood my problem..:)
Mario.