RE: Another1 problem with Oracle

2002-01-09 Thread Fannin, David P.
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

Another1 problem with Oracle

2002-01-09 Thread Marius Keraitis
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.