The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Extracting all table names from a given server fmina UNIX for Dummies Questions & Answers 6 08-19-2008 07:37 AM
Extracting column names from a table.. SQL with UNIX fmina UNIX for Dummies Questions & Answers 4 08-19-2008 02:52 AM
Print column names along with values from SQL thana Shell Programming and Scripting 5 07-24-2008 03:33 AM
Extracting Table names from a Select Stament silas.john Shell Programming and Scripting 2 02-29-2008 07:46 AM
file in to the column of the table sant_leo Shell Programming and Scripting 0 11-30-2006 05:33 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 12-23-2008
chriss_58 chriss_58 is offline
Registered User
  
 

Join Date: May 2008
Posts: 41
Show column names when access a table using perl

Hi all,

I am using the following code in order to access the data of a table:

my $sql = qq{ SELECT * FROM cc_test_cases};

$sth = $dbh->prepare( $sql );
$sth->execute( );


while(@row1 = $sth->fetchrow_array()) {
# print "$row1[0]: $row1[1]\n";
print "@row1\n";
#print("THE VALUE IS:$row\n");
}


The problem is that the column names of the table are not printed.
How can i print the column names of the table??

Regards,
Chris
  #2 (permalink)  
Old 12-23-2008
jim mcnamara jim mcnamara is online now Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,769
It is database dependent - what DB?
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 05:44 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0