Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

DBIx::Class::Schema::Loader: can't load schema

by jds17 (Pilgrim)
on Dec 03, 2012 at 20:52 UTC ( [id://1006950]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub dump_and_import_schema {
        my ($dsn, $user, $password) = @_;
    ...
        $dbic_schema = TDG::Schema->connect( $dsn, $user, $password, '' );
    
    }
    
  2. or download this
    'Can\'t locate TDG/Schema.pm in @INC (@INC contains: C:/strawberry/per
    +l/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib) at f
    +ind_num_roots.pl line 57.
    
  3. or download this
    sub dump_and_import_schema {
        my ($dsn, $user, $password) = @_;
    ...
        eval {
            require TDG::Schema;
    ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1006950]
Approved by kcott
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-26 00:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found