Re: DBI error

2008-02-05 Thread Bart Lateur
On Tue, 29 Jan 2008 13:44:16 -0700, Kirthi Prabhu wrote: > I get the pg.pm file and I have placed that in DBD/ folder. Generally not a good sign... >When I use DBI -> Connect I get the following error >install_driver(Pg) failed: Can't locate loadable object for module >DBD::Pg in @INC I was ex

Re: Trouble installing Isa::DBI (prereq for Class::DBI)

2008-02-05 Thread Tim Bunce
On Tue, Feb 05, 2008 at 04:04:35PM +, Victor Churchill wrote: > Any other suggestions would be very welcome! > > DBI version is 1.32 > Perl is 5.8.0 Upgrading, if at all possible, would be good start. Tim.

Trouble installing Isa::DBI (prereq for Class::DBI)

2008-02-05 Thread Victor Churchill
Hi, I have a stable, working DBI setup on our 'production' server. This runs with DBD::Oracle day to day without problems. I am now wanting to install Class::DBI on that server. (Yes I've heard that DBIx::Class is "better", but we have a working application written with Class::DBI on a different,

Re: To remove from mailing list

2008-02-05 Thread Jonathan Leffler
>From the email headers of your message List-Help: List-Unsubscribe: List-Subscribe: List-Id: On Feb 5, 2008 6:53 AM, Ammayappa SELVAKUMAR <[EMAIL PROTECTED]> wrote: > > Hello, > > Anyone tell me how to remove my

To remove from mailing list

2008-02-05 Thread Ammayappa SELVAKUMAR
Hello, Anyone tell me how to remove my mail id from mailing list Regards Selva -Original Message- From: Jared Still [mailto:[EMAIL PROTECTED] Sent: 05 February 2008 15:46 To: Mohammed, Shafi Cc: dbi-users@perl.org Subject: Re: DBD::ORACLE INSTALLATION ERROR On Mon, 2008-02-04 at 16:52

Re: DBD::ORACLE INSTALLATION ERROR

2008-02-05 Thread Jared Still
On Mon, 2008-02-04 at 16:52 +0530, Mohammed, Shafi wrote: > Hello, > > I am trying to install DBD::oracle package in my machine. > Version? > > Please tell me how to resolve this issue. > I know nothing about hpux, do have extensive experience perusing documentation. A good start would be

Re: Find current database name from db handle

2008-02-05 Thread Peter J. Holzer
On 2008-02-04 15:23:26 +0100, Kostas Chatzikokolakis wrote: > >> I'm using a dbi handle that is shared between many packages in my > >> code. Some package might do a "USE db_name" to change the current > >> database of the connection. Can I retrieve the current database name > >> from the handle, e