[CDBI] Re: prepare_cached...statement handle DBIx::ContextualFetch::st=HASH still Active
"Jacob Boswell" <jacob-ndVvPLVSD/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
Class::DBI Version: v3.0.14
DBD::mysql Version: 3.0004
Below is my DB::Config file.
package DB::Config;
use strict;
use warnings;
use base qw(DB);
__PACKAGE__->table('Config');
__PACKAGE__->columns(
All => qw(
ConfigID
ServerID
ConfKey
Value
)
);
__PACKAGE__->has_a(ServerID => 'DB::Server');
1;
And here is my DB.pm file also.
package DB;
use base 'Class::DBI';
__PACKAGE__->connection('dbi:mysql:vrun', '******', '*****');
1;
Thank you.
On 5/31/06, Edward J. Sabol <sabol-2oVx0MVsMgiP/[email protected]> wrote:
>
> > Hello all, I am getting the following error when I do two searches on
> > the same class in a single instance of my app.
>
> I'm sure someone on the Class::DBI mailing list would be willing to help
> you,
> except you've left out some crucial details. Specifically, which DBD are
> using (including version)? And which version of Class::DBI are you using?
> It
> would be extremely useful to see your DB::Config code as well.
>
_______________________________________________
ClassDBI mailing list
ClassDBI-Ra3b/[email protected]
http://lists.digitalcraftsmen.net/mailman/listinfo/classdbi