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???
thanks
- hcir
On Aug 31, 2005, at 9:39 AM, Peter Speltz wrote:
On 8/31/05, Rich Allen <[EMAIL PROTECTED]> wrote:
iH
am new to maypole
is maypole able to use m$sql as it database?
thanks
Rich Allen
Dare & Do
If Class::DBI will , then Maypole will. It uses Class::DBI as the
model component. It looks like there is a CDBI driver for MSSQL :
http://search.cpan.org/~rjbs/Class-DBI-MSSQL-0.12/lib/Class/DBI/
MSSQL.pm
I'm not sure if Class::DBI::Loader will automatically load that for
you or not. If it doesnot, a quick hack to get going is to put :
Class::DBI::MSSQL in the "use base" list in top of Maypole/Model/
CDBI.pm.
-------------------------------------------------------
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