SFTP error..

2006-03-07 Thread Vamsi_Doddapaneni
Hi All, Thank you all for your earlier help. I have a problem with SFTP Though if I use FTp to get a file from other server, the FTP is completing successfully, But I need to work with SFTP,use Net::SFTP; Here after connecting to the other server , iam using get function my $sftp =

Problem with bootstrap....

2006-02-11 Thread Vamsi_Doddapaneni
Hi All, I have a problem with DynaLoader of perl. Now I have a c++ file and would like to load it in my perl script and use the methods of class defined in c++ program... I am generating a static library of it., Now how can i go about it ... I am getting the following error : %ex.pl Can't

export in perl

2005-06-22 Thread Vamsi_Doddapaneni
Hi Conrad, I have a doubt regarding the usage of export.pm. The doubt is I have an xx.pl file which uses yy.pm (use yy;) Now this yy.pm has all subroutines and it tooo uses some other packages.. Now the doubt is, if I call some subroutine of yy.pm in xx.pl which isn't

SQL Problems : No suitable driver

2005-05-26 Thread Vamsi_Doddapaneni
Hi all I have a problem with java application. My shell script uses some jar files and calls a class I have set up the DBAccessor.properties with driver=COM.ibm.db2.jdbc.app.DB2Driver # specify connection url url=jdbc:db2:dev_cms But iam getting SQL Problems : No suitable driver

/usr/bin/ls: 0403-027 The parameter list is too long

2005-05-09 Thread Vamsi_Doddapaneni
Hi all, Thanks for your help. I am facing a new problem. Here is the code part: foreach $name(`ls $opt_i/*.xml`){ chomp; push @f, $name; print pushing elements=$name\n; } [EMAIL PROTECTED]; Now in the directory $opt_i if there are some 10 , 20 or even 100 its working well.

RE: how to get datatype of columns of a table in perl script

2005-04-15 Thread Vamsi_Doddapaneni
HI all , Thanks for your suggestions -Original Message- From: CAMPBELL, BRIAN D (BRIAN) [mailto:[EMAIL PROTECTED] Sent: Friday, April 15, 2005 4:01 AM To: Vamsi_Doddapaneni; Thutika, Srinivas (ODC - Satyam) Cc: dbi-users@perl.org Subject: RE: how to get datatype of columns

how to get datatype of columns of a table in perl script

2005-04-14 Thread Vamsi_Doddapaneni
Hi all I am new to perl just (1 1/2 month experience.). I am developing perl script which connects to oracle database and selects rows from a (x) table and then inserts them into its corresponding table in db2. So, while inserting i need to find what is the datatype of columns , since we need to