Hi,
I am unable to execute a db2 export command this way.

 @conn_command = ("db2 connect to gtbookdb");
    $output = `@conn_command 2>&1`;

@exp_command = ( "db2 export to $textfile of del
select \* from","$table_name");

 $output = `@exp_command 2>&1`;

error says the connection not available.
I have tried using dbh->connect,still doesnt work.
Could anyone guide me to do this.

Thank you.
Naveen



__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

Reply via email to