Am 31.08.2005 um 20:30 schrieb Rich Allen:

iH

thanks for the reply however that still gives the following error:

Couldn't require loader class "Class::DBI::Loader::MSSQL", "Can't locate Class/DBI/Loader/MSSQL.pm in @INC

CDBI.pm starts as:

    package Maypole::Model::CDBI;
    use base qw(Maypole::Model::Base Class::DBI Class::DBI::MSSQL);

Class::DBI::MSSQL is installed, perl -e 'use Class::DBI::MSSQL;' returns no errors

i do not see any such module (on CPAN) as Class::DBI::Loader::MSSQL which seems to be needed???

Short, there is no Class::DBI::Loader::MSSQL.
But i vaguely remember someone on irc stating that he's working on it, so maybe you're lucky and there will appear one soon. ;)

P.S.: You better post Class::DBI::Loader questions to the Catalyst list, since i'm not really following this list.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Maypole-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to