Re: DBI versiion

2006-04-05 Thread Jie Zhang
Right, the version I'm using is 1.25. Thank you very much! Jie Jeff Zucker wrote: Jie Zhang wrote: I tried perl -MDBI -e "DBI->installed_versions" I got : Can't locate auto/DBI/installed_v.al in @INC (@INC contains: The installed_versions() method was added to DBI in version 1.38, Augu

Re: DBI versiion

2006-04-05 Thread Jeff Zucker
Jie Zhang wrote: I tried perl -MDBI -e "DBI->installed_versions" I got : Can't locate auto/DBI/installed_v.al in @INC (@INC contains: The installed_versions() method was added to DBI in version 1.38, August 2003 so the fact that you got an error means that you have a version before 1.38 and

Re: DBI versiion

2006-04-05 Thread Jie Zhang
I tried perl -MDBI -e "DBI->installed_versions" I got : Can't locate auto/DBI/installed_v.al in @INC (@INC contains: /home01/rrdev/devel/libebay /home01/rrdev/perllib /home01/rrdev/perllib/sun4-solaris /home04/ian/gbp/bof . /home01/rrdev/jie/dev/rtp_recovery/rtp_recovery.vws/vobs/MISC/DBA/PerlM

Re: DBI versiion

2006-04-05 Thread Jie Zhang
Thanks! It works. Jie Michael Nhan wrote: print $DBI::VERSION,"\n"; Date: Wed, 05 Apr 2006 13:43:30 -0700 From: Jie Zhang <[EMAIL PROTECTED]> To: dbi-users@perl.org Subject: DBI versiion Hi, We're using oracle 8 and 9. I have code running on different machines.

Re: DBI versiion

2006-04-05 Thread Jeff Zucker
Michael Nhan wrote: print $DBI::VERSION,"\n"; Of for much more info: perl -MDBI -e "DBI->installed_versions" -- Jeff Date: Wed, 05 Apr 2006 13:43:30 -0700 From: Jie Zhang <[EMAIL PROTECTED]> To: dbi-users@perl.org Subject: DBI versiion Hi, We

Re: DBI versiion

2006-04-05 Thread Michael Nhan
print $DBI::VERSION,"\n"; Date: Wed, 05 Apr 2006 13:43:30 -0700 From: Jie Zhang <[EMAIL PROTECTED]> To: dbi-users@perl.org Subject: DBI versiion Hi, We're using oracle 8 and 9. I have code running on different machines. One machine comes out different warnings as

DBI versiion

2006-04-05 Thread Jie Zhang
Hi, We're using oracle 8 and 9. I have code running on different machines. One machine comes out different warnings as the other. I want to check the version of DBI. How do I find out the version of the DBI libraries I'm using? thanks, Jie