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. HTH > > ------------------------------------------------------- > 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 > -- pjs ------------------------------------------------------- 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
