Base class package "DBI::db" is empty
- From: richard.ford@xxxxxxxx (Richard Ford)
- Date: Wed, 25 May 2005 16:14:03 +0100
Currently running the following code snippet:
package DBIOracle;
use base 'DBI';
package DBIOracle::db;
use base 'DBI::db';
On a linux box running perl v5.6.1 built for i686-linux there are no issues.
However, on a Solaris box running perl 5.005_01 built for sun4-solaris
I get the following error:
Base class package "DBI::db" is empty
(Perhaps you need to 'use' the module which defines that package first.) at
DBIOracle.pm line 66
The DBI version on Solaris is:
DBI.pm,v 11.3 2001/08/24 23:33:40 timbo Exp
The DBI version on Linux is:
DBI.pm,v 11.7 2002/02/07 03:00:53 timbo Exp
Thanks,
Rich
==============================================================================
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, Credit Suisse, its subsidiaries and affiliates (CS) do not
waive any confidentiality or privilege. CS retains and monitors electronic
communications sent through its network. Instructions transmitted over this
system are not binding on CS until they are confirmed by us. Message
transmission is not guaranteed to be secure.
==============================================================================
.
- Prev by Date: RE: problem with DBD::Oracle
- Next by Date: How to store query results in an array?
- Previous by thread: problem with DBD::Oracle
- Next by thread: How to store query results in an array?
- Index(es):
Relevant Pages
|
|