A note on "Programming the Perl DBI (Tim Bunce)"
- From: catdogbeloved@xxxxxxxxx (Bob)
- Date: Tue, 24 Jul 2007 23:15:33 -0700
Hello,
I got the following error, and no way to understand what it means.
The error:
<< Can't locate object method "pg_oid_status" via package "DBI::db" >>
This is triggered by my command << $bag{$dbh->pg_oid_status} = 1; >>
where I use the oid as index in a structure of my own.
The book (First Edition, February 2000):
Looking into it, the only page that talks about DBI:db is page 72, in
an example. It does not really talk about it; it just mentions it in
the example.
Now, how am I supposed to move on with it?
Bob
.
- Follow-Ups:
- Re: A note on "Programming the Perl DBI (Tim Bunce)"
- From: Greg Sabino Mullane
- Re: A note on "Programming the Perl DBI (Tim Bunce)"
- From: Amos Shapira
- Re: A note on "Programming the Perl DBI (Tim Bunce)"
- Prev by Date: Re: Cross-Database query engine?
- Next by Date: Re: Cross-Database query engine?
- Previous by thread: Cross-Database query engine?
- Next by thread: Re: A note on "Programming the Perl DBI (Tim Bunce)"
- Index(es):