Perl dbi interface v0.73

From: Leo Cyr <lcyr(at)itnetsys(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Perl dbi interface v0.73
Date: 1999-02-27 03:39:23
Message-ID: Pine.LNX.4.04.9902262230430.395-100000@mydesk.home.itnetsys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I'm using the DBD-Pg-0.73 package from Edmund Mergl. The environment is
Postgresql 6.3.2 (0.73 says it is for this version), RH linux 5.1,
mod_perl 1.18 with apache 1.3.4. I've had a great time with the DBI
portion of the interface. However, when I try to access the large object
interface from within perl my code exits without an error. The line in
question is:

$ofd = $dbHandle->Pg::lo_open($imgOID, 'PGRES_INV_READ');

$dbHandle was created sucessfully since I execute an insert right before
this line.

Why can't I get the fd?

TIA

Browse pgsql-interfaces by date

  From Date Subject
Next Message fabien.vallon 1999-02-28 15:57:57 Open database with Pgaccess
Previous Message Adam Williams 1999-02-26 22:29:05 Re: [INTERFACES] pgaccess forms