Re: ANNOUNCE: DBI 1.42 release candidate for testing

2004-03-10 Thread Tim Bunce
On Tue, Mar 09, 2004 at 08:22:45AM -0800, David Wheeler wrote: On Mar 9, 2004, at 7:16 AM, Tim Bunce wrote: A release candidate is available for testing at: http://homepage.eircom.net/~timbunce/DBI-1.42-rc1-20040309.tar.gz I get failures on FreeBSD 4.8. Are these due to warnings?

Re: ANNOUNCE: DBI 1.42 release candidate for testing

2004-03-10 Thread David Wheeler
On Mar 10, 2004, at 10:39 AM, Tim Bunce wrote: Any idea why your perl v5.8.2 has .../5.6.1/... in its @INC? Could it be because site_perl should have pure Perl modules in it, and so they should always work for later versions of Perl? I don't know the answer, really; it was put into @INC when I

Re: DBI with ORACLE encryption

2004-03-10 Thread jayashree . sundaram
Hi, We have an application which gives a corba interaface. We have written a perl script to pull data out of the interface and dump the same to the Oracle database. All we do with oracle is to take an database connection using DBI of the format $dbh = DBI-connect ('', $user_id, $password,